diff --git a/.github/workflows/notify.yml b/.github/workflows/notify.yml new file mode 100644 index 0000000..8354c88 --- /dev/null +++ b/.github/workflows/notify.yml @@ -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 }}