mirror of
https://github.com/Dictionarry-Hub/database.git
synced 2025-12-11 00:07:01 +00:00
11 lines
198 B
YAML
11 lines
198 B
YAML
name: Notify
|
|
on:
|
|
push:
|
|
branches:
|
|
- "stable"
|
|
jobs:
|
|
notify:
|
|
uses: Dictionarry-Hub/parrot/.github/workflows/notify.yml@main
|
|
secrets:
|
|
WEBHOOK_URL: ${{ secrets.WEBHOOK_URL }}
|