1
0
Fork 0

ci(sync): add workflow_run trigger for App Version CI/CD

- trigger sync workflow when App Version CI/CD workflow completes
This commit is contained in:
pooneyy 2026-02-27 12:06:41 +08:00
parent 0c1809d47f
commit e3153ab652
No known key found for this signature in database
1 changed files with 7 additions and 0 deletions

View File

@ -4,6 +4,13 @@ on:
push:
branches:
- localApps
workflow_run:
workflows:
- 'App Version CI/CD'
types:
- completed
branches:
- localApps
permissions:
contents: read