mirror of
https://gitlink.org.cn/pooneyy/1Panel-Appstore.git
synced 2026-04-24 10:41:42 +08:00
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:
parent
0c1809d47f
commit
e3153ab652
7
.github/workflows/sync.yml
vendored
7
.github/workflows/sync.yml
vendored
@ -4,6 +4,13 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- localApps
|
- localApps
|
||||||
|
workflow_run:
|
||||||
|
workflows:
|
||||||
|
- 'App Version CI/CD'
|
||||||
|
types:
|
||||||
|
- completed
|
||||||
|
branches:
|
||||||
|
- localApps
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user