Skip to content

Commit 4a9c656

Browse files
authored
Merge pull request #4425 from z64555/fix/post-build-release-autotrigger
Autotrigger on either workflow_call or push event.
2 parents c7abcea + ead7f10 commit 4a9c656

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/post-build-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
run: pip install -r ci/post/requirements.txt
5252

5353
- name: Post Builds (Auto trigger)
54-
if: ${{ github.event_name == 'workflow_call' }}
54+
if: ${{ github.event_name == 'workflow_call' }} || ${{ github.event_name == 'push' }}
5555
env:
5656
LINUX_RESULT: ${{ github.event.inputs.linux_result }}
5757
WINDOWS_RESULT: ${{ github.event.inputs.windows_result }}

0 commit comments

Comments
 (0)