Skip to content

Commit

Permalink
Merge pull request #31 from Keyfactor/oauth-58225
Browse files Browse the repository at this point in the history
chore(ci): Trigger helm release on release-*
  • Loading branch information
fiddlermikey authored Jan 15, 2025
2 parents e6f1cd4 + 8c5c365 commit 286e16c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/helm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- '*'
pull_request:
branches:
- 'v*'
- 'release-*'
types:
# action should run when the pull request is closed
# (regardless of whether it was merged or just closed)
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,7 @@
- Refactor unit tests to use fake Command API instead of requiring live Command server.
- Write e2e integration test.

# v2.0.1

## Fixes
- Change Helm release trigger from `v*` to `release-*` to support Keyfactor Bootstrap Workflow

0 comments on commit 286e16c

Please sign in to comment.