mirror of
https://github.com/Dictionarry-Hub/profilarr.git
synced 2026-01-22 19:01:02 +01:00
feat: updateLanguages, updateQualities functionality
This commit is contained in:
12
.github/workflows/notify.yml
vendored
Normal file
12
.github/workflows/notify.yml
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
name: Notify
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- "v2"
|
||||
- "stable"
|
||||
- "dev"
|
||||
jobs:
|
||||
call-notify-commit:
|
||||
uses: Dictionarry-Hub/parrot/.github/workflows/notify-commit.yml@v1
|
||||
secrets:
|
||||
PARROT_URL: ${{ secrets.PARROT_URL }}
|
||||
Reference in New Issue
Block a user