diff --git a/.github/workflows/notify.yml b/.github/workflows/notify.yml new file mode 100644 index 0000000..3e13b64 --- /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@main + secrets: + WEBHOOK_URL: ${{ secrets.WEBHOOK_URL }} diff --git a/README.md b/README.md index 1867a9c..1cd62fc 100644 --- a/README.md +++ b/README.md @@ -23,4 +23,4 @@ Contains the latest updates and additions that are pending formal verification. ### Feature Branches -Used for developing and testing new database entries, patterns, or major changes before merging into nightly. These branches follow the naming convention: `feature/description-of-change` +Used for developing and testing new database entries, patterns, or major changes before merging into dev. These branches follow the naming convention: `feature/description-of-change`