mirror of
https://github.com/Dictionarry-Hub/database.git
synced 2025-12-10 15:57:00 +00:00
feat: add GitHub Actions workflow for notifications
This commit is contained in:
10
.github/workflows/notify.yml
vendored
Normal file
10
.github/workflows/notify.yml
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
name: Notify
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- "**"
|
||||
jobs:
|
||||
notify:
|
||||
uses: Dictionarry-Hub/parrot/.github/workflows/notify.yml@BRANCH_OR_TAG
|
||||
secrets:
|
||||
WEBHOOK_URL: ${{ secrets.WEBHOOK_URL }}
|
||||
Reference in New Issue
Block a user