We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 528d512 + c83ff56 commit ee703a6Copy full SHA for ee703a6
1 file changed
.github/workflows/build.yml
@@ -3,7 +3,10 @@ name: PR build
3
on:
4
workflow_dispatch:
5
pull_request:
6
- branches: [main]
+ branches: [main, release/0.2.x]
7
+ push:
8
+ branches:
9
+ - release/0.2.x
10
11
permissions:
12
contents: read
0 commit comments