workflows#sync: sync after changelog generation
This commit is contained in:
parent
92afb9c52f
commit
78af546705
7
.github/workflows/community_sync.yml
vendored
7
.github/workflows/community_sync.yml
vendored
|
@ -1,7 +1,12 @@
|
|||
name: Sync Community Branch
|
||||
|
||||
on:
|
||||
push:
|
||||
workflow_run:
|
||||
workflows:
|
||||
- "CI - Changelog"
|
||||
- "Release"
|
||||
types:
|
||||
- completed
|
||||
branches:
|
||||
- core
|
||||
|
||||
|
|
Loading…
Reference in a new issue