File tree Expand file tree Collapse file tree 2 files changed +5
-82
lines changed
Expand file tree Collapse file tree 2 files changed +5
-82
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,11 @@ name: "CI/CD pull request"
33# The total recommended execution time for the "CI/CD Pull Request" workflow is around 20 minutes.
44
55on :
6+ push :
7+ branches :
8+ - " **"
69 pull_request :
7- types : [opened, reopened]
10+ types : [opened, reopened, merged ]
811
912jobs :
1013 metadata :
9396 name : " Build stage"
9497 needs : [metadata, test-stage]
9598 uses : ./.github/workflows/stage-3-build.yaml
96- if : needs.metadata.outputs.does_pull_request_exist == 'true' || (github.event_name == 'pull_request' && (github.event.action == 'opened' || github.event.action == 'reopened'))
99+ if : needs.metadata.outputs.does_pull_request_exist == 'true' || (github.event_name == 'pull_request' && (github.event.action == 'opened' || github.event.action == 'reopened' || github.event.action == 'merged' ))
97100 with :
98101 build_datetime : " ${{ needs.metadata.outputs.build_datetime }}"
99102 build_timestamp : " ${{ needs.metadata.outputs.build_timestamp }}"
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments