mirror of
https://github.com/dmasur/database.git
synced 2026-02-02 20:14:24 +01:00
tweak(workflow): Restrict notify workflow to stable branch
This commit is contained in:
parent
39427aef2d
commit
6fdd331087
2
.github/workflows/notify.yml
vendored
2
.github/workflows/notify.yml
vendored
@ -2,7 +2,7 @@ name: Notify
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- "**"
|
- "stable"
|
||||||
jobs:
|
jobs:
|
||||||
notify:
|
notify:
|
||||||
uses: Dictionarry-Hub/parrot/.github/workflows/notify.yml@main
|
uses: Dictionarry-Hub/parrot/.github/workflows/notify.yml@main
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user