We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f94365 commit 7c554dfCopy full SHA for 7c554df
.github/workflows/build_workflow.yml
@@ -2,6 +2,8 @@ name: Build workflow
2
run-name: Build workflow
3
on:
4
push:
5
+ branches-ignore:
6
+ - 'master'
7
concurrency:
8
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.head_ref || github.run_id }}
9
cancel-in-progress: true
0 commit comments