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 042e544 commit 3aead86Copy full SHA for 3aead86
.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