Skip to content

Commit

Permalink
Merge pull request #12316 from richard-cox/hotfix-trigger
Browse files Browse the repository at this point in the history
Trigger branch based builds for hotfixes
  • Loading branch information
richard-cox authored Oct 22, 2024
2 parents 2c21898 + ccc889f commit 6c1b61a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-and-upload-branch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
- master
- 'release-*'
- '*-dev'
# v${RANCHER_VERSION}-hotfix-ch-${COUNTER}-${HASH}
- 'v*-hotfix-ch-*-*'

jobs:
build-validation:
Expand Down

0 comments on commit 6c1b61a

Please sign in to comment.