We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd902b5 commit c367eb2Copy full SHA for c367eb2
.github/workflows/prepare-release.yml
@@ -4,6 +4,7 @@ on:
4
push:
5
branches:
6
- main
7
+ - "v[0-9]+.x"
8
9
concurrency: ${{ github.workflow }}-${{ github.ref }}
10
0 commit comments