We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5439d9f commit 71e7855Copy full SHA for 71e7855
.github/workflows/helm.yml
@@ -47,7 +47,7 @@ jobs:
47
# run: ct install --chart-dirs helm-chart --namespace kube-system --helm-extra-set-args "--set=apiToken=test --set=region=us-east" --target-branch ${{ github.event.repository.default_branch }}
48
49
helm-release:
50
- if: github.ref == 'refs/heads/main'
+ if: ${{ startsWith(github.ref, 'refs/tags/') }}
51
needs: helm-test
52
permissions:
53
contents: write # for helm/chart-releaser-action to push chart release and create a release
0 commit comments