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 7355bf1 commit 8543170Copy full SHA for 8543170
.github/workflows/release.yml
@@ -4,6 +4,10 @@ on:
4
push:
5
branches:
6
- main
7
+ tags:
8
+ - 'lm-container-[0-9]+.[0-9]+.[0-9]+.hotfix'
9
+ - 'argus-[0-9]+.[0-9]+.[0-9]+.hotfix'
10
+ - 'collectorset-controller-[0-9]+.[0-9]+.[0-9]+.hotfix'
11
12
jobs:
13
release:
0 commit comments