Skip to content

Commit

Permalink
fix(workflow): updated regex for hotfix branch name (#392)
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhashri12 committed May 17, 2024
1 parent 1c20f77 commit 580ce6d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,7 @@ on:
push:
branches:
- main
- 'release/lm-container-[0-9]+.[0-9]+.[0-9]+.hotfix'
tags:
- 'lm-container-[0-9]+.[0-9]+.[0-9]+.hotfix'
- 'argus-[0-9]+.[0-9]+.[0-9]+.hotfix'
- 'collectorset-controller-[0-9]+.[0-9]+.[0-9]+.hotfix'
- 'release/lm-container-*-hotfix'

jobs:
release:
Expand Down

0 comments on commit 580ce6d

Please sign in to comment.