Skip to content

Commit d3e9e01

Browse files
Update .github/workflows/build_workflow.yml
Co-authored-by: kathleen-deriv <[email protected]>
1 parent 1410e88 commit d3e9e01

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build_workflow.yml

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: Build workflow
22
run-name: Build workflow
33
on:
44
push:
5+
branches:
6+
- '!master'
57
concurrency:
68
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.head_ref || github.run_id }}
79
cancel-in-progress: true

0 commit comments

Comments
 (0)