Files
profilarr/.github/workflows/notify.yml
2026-01-19 09:54:41 +10:30

13 lines
240 B
YAML

name: Notify
on:
push:
branches:
- 'v2'
- 'stable'
- 'dev'
jobs:
call-notify-commit:
uses: Dictionarry-Hub/parrot/.github/workflows/notify-commit.yml@v1
secrets:
PARROT_URL: ${{ secrets.PARROT_URL }}