We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f8aec2b + 44d6a9c commit 440936eCopy full SHA for 440936e
1 file changed
.github/workflows/helm-chart-test.yaml
@@ -60,13 +60,13 @@ jobs:
60
run: |
61
git config user.name "$GITHUB_ACTOR"
62
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
63
- if: steps.changed-files-helm-chart.outputs.any_changed == 'true' && github.event.pull_request.merged == true
+ if: steps.changed-files-helm-chart.outputs.any_changed == 'true' && github.ref == 'refs/heads/main'
64
65
- name: Run chart-releaser
66
uses: helm/chart-releaser-action@v1.5.0
67
with:
68
charts_dir: helm-chart
69
env:
70
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
71
72
0 commit comments