Skip to content

Commit 286e16c

Browse files
authored
Merge pull request #31 from Keyfactor/oauth-58225
chore(ci): Trigger helm release on release-*
2 parents e6f1cd4 + 8c5c365 commit 286e16c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/helm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
- '*'
66
pull_request:
77
branches:
8-
- 'v*'
8+
- 'release-*'
99
types:
1010
# action should run when the pull request is closed
1111
# (regardless of whether it was merged or just closed)

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,7 @@
3333
- Refactor unit tests to use fake Command API instead of requiring live Command server.
3434
- Write e2e integration test.
3535

36+
# v2.0.1
37+
38+
## Fixes
39+
- Change Helm release trigger from `v*` to `release-*` to support Keyfactor Bootstrap Workflow

0 commit comments

Comments
 (0)