mirror of
https://github.com/dmasur/database.git
synced 2026-02-02 16:04:22 +01:00
feat: add GitHub Actions workflow for notifications
This commit is contained in:
parent
b428786ec3
commit
82d5835a5d
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 }}
|
||||
Loading…
x
Reference in New Issue
Block a user