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 3a0ee54 commit 8013f6eCopy full SHA for 8013f6e
.github/workflows/build.yml
@@ -1,6 +1,10 @@
1
name: build
2
on:
3
push:
4
+ branches:
5
+ - master
6
+ - release
7
+ - chore/do-not-use-set-output
8
pull_request:
9
concurrency:
10
group: ${{ github.workflow }}-${{ github.ref }}
0 commit comments