We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
next
1 parent 803e9bc commit c4ce879Copy full SHA for c4ce879
.github/workflows/release.yml
@@ -2,9 +2,9 @@ name: CI
2
3
on:
4
push:
5
- branches: [main]
+ branches: [main, next]
6
pull_request:
7
8
9
concurrency:
10
group: ${{ github.workflow }}-${{ github.ref }}
0 commit comments