We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e6f1cd4 + 8c5c365 commit 286e16cCopy full SHA for 286e16c
.github/workflows/helm.yml
@@ -5,7 +5,7 @@ on:
5
- '*'
6
pull_request:
7
branches:
8
- - 'v*'
+ - 'release-*'
9
types:
10
# action should run when the pull request is closed
11
# (regardless of whether it was merged or just closed)
CHANGELOG.md
@@ -33,3 +33,7 @@
33
- Refactor unit tests to use fake Command API instead of requiring live Command server.
34
- Write e2e integration test.
35
36
+# v2.0.1
37
+
38
+## Fixes
39
+- Change Helm release trigger from `v*` to `release-*` to support Keyfactor Bootstrap Workflow
0 commit comments