Skip to content

Commit 8543170

Browse files
fix(workflow): updated workflow to release hotfix charts (#385)
Co-authored-by: Shubhashri Shirode <[email protected]>
1 parent 7355bf1 commit 8543170

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ on:
44
push:
55
branches:
66
- 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'
711

812
jobs:
913
release:

0 commit comments

Comments
 (0)