diff --git a/.github/workflows/helm.yml b/.github/workflows/helm.yml index e1cd857..d2862a1 100644 --- a/.github/workflows/helm.yml +++ b/.github/workflows/helm.yml @@ -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) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b44d3b..1516377 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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