Merge branch 'stable' of https://github.com/Dictionarry-Hub/database into 1080p-Encode

This commit is contained in:
Sam Chau
2024-12-17 18:13:43 +10:30
2 changed files with 11 additions and 1 deletions

10
.github/workflows/notify.yml vendored Normal file
View File

@@ -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 }}

View File

@@ -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`