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.
2 parents 5e2d4c8 + 6b1d254 commit 901f1b3Copy full SHA for 901f1b3
.github/workflows/build.yaml
@@ -2,8 +2,7 @@ name: build
2
on:
3
pull_request:
4
push:
5
- branches:
6
- - main
+ branches: [ 'main', 'release/**' ]
7
8
permissions:
9
contents: read # for actions/checkout to fetch code
0 commit comments