We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f59d46c commit 6207a02Copy full SHA for 6207a02
.github/workflows/ci.yml
@@ -1,7 +1,7 @@
1
name: ci
2
on:
3
push:
4
- branches: [ release*, alpha, beta ]
+ branches: [ release, alpha, beta, next-major, 'release-[0-9]+.x.x' ]
5
pull_request:
6
branches:
7
- '**'
0 commit comments