tweak(workflow): Restrict notify workflow to stable branch

This commit is contained in:
Sam Chau
2025-01-16 07:19:59 +10:30
parent 39427aef2d
commit 6fdd331087

View File

@@ -2,7 +2,7 @@ name: Notify
on:
push:
branches:
- "**"
- "stable"
jobs:
notify:
uses: Dictionarry-Hub/parrot/.github/workflows/notify.yml@main