We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1410e88 commit d3e9e01Copy full SHA for d3e9e01
.github/workflows/build_workflow.yml
@@ -2,6 +2,8 @@ name: Build workflow
2
run-name: Build workflow
3
on:
4
push:
5
+ branches:
6
+ - '!master'
7
concurrency:
8
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.head_ref || github.run_id }}
9
cancel-in-progress: true
0 commit comments