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