Skip to content

Commit 1c20f77

Browse files
authored
fix(workflow): updated workflow for hotfix branches (#390)
* fix(workflow): updated workflow for hotfix branches * fix(branch-name): updated hotfix branch name
1 parent 8543170 commit 1c20f77

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- main
7+
- 'release/lm-container-[0-9]+.[0-9]+.[0-9]+.hotfix'
78
tags:
89
- 'lm-container-[0-9]+.[0-9]+.[0-9]+.hotfix'
910
- 'argus-[0-9]+.[0-9]+.[0-9]+.hotfix'

0 commit comments

Comments
 (0)