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