Skip to content

Commit 580ce6d

Browse files
authored
fix(workflow): updated regex for hotfix branch name (#392)
1 parent 1c20f77 commit 580ce6d

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,7 @@ on:
44
push:
55
branches:
66
- 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'
7+
- 'release/lm-container-*-hotfix'
128

139
jobs:
1410
release:

0 commit comments

Comments
 (0)