mirror of
https://github.com/Dictionarry-Hub/database.git
synced 2025-12-10 07:46:58 +00:00
12 lines
227 B
YAML
12 lines
227 B
YAML
name: Notify
|
|
on:
|
|
push:
|
|
branches:
|
|
- "stable"
|
|
- "dev"
|
|
jobs:
|
|
call-notify-commit:
|
|
uses: Dictionarry-Hub/parrot/.github/workflows/notify-commit.yml@v1
|
|
secrets:
|
|
PARROT_URL: ${{ secrets.PARROT_URL }}
|