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.
1 parent 3bffcbd commit ac5f23aCopy full SHA for ac5f23a
.github/workflows/release.yml
@@ -2,7 +2,7 @@ on:
2
push:
3
branches:
4
- main
5
- - hotfix/v[0-9]+.[0-9]+.[0-9]+ # match branches in format hotfix/v6.20.10
+ - hotfix/v[0-9]+.[0-9]+.[0-9]+* # match branches in format hotfix/v6.20.10 and hotfix/v6.20.10-hotfix.1
6
7
name: Release
8
0 commit comments