Files
database/.github/workflows/notify.yml

11 lines
213 B
YAML

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