Skip to content

Commit ead7f10

Browse files
committed
Autotrigger on either workflow_call or push event.
1 parent 1b56336 commit ead7f10

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)