tweak(workflow): Restrict notify workflow to stable branch
This commit is contained in:
parent
39427aef2d
commit
6fdd331087
1 changed files with 1 additions and 1 deletions
2
.github/workflows/notify.yml
vendored
2
.github/workflows/notify.yml
vendored
|
|
@ -2,7 +2,7 @@ name: Notify
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- "**"
|
||||
- "stable"
|
||||
jobs:
|
||||
notify:
|
||||
uses: Dictionarry-Hub/parrot/.github/workflows/notify.yml@main
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue