We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51cc6db commit bf61a8eCopy full SHA for bf61a8e
.github/workflows/release-chart.yaml
@@ -51,8 +51,7 @@ jobs:
51
52
- name: Run chart-releaser
53
uses: helm/chart-releaser-action@4b85f2c82c80ff4284ff8520f47bbe69dd89b0aa
54
- if: github.ref != 'refs/heads/main'
55
- if: github.repository == 'PostHog/HouseWatch'
+ if: github.ref == 'refs/heads/main' && github.repository == 'PostHog/HouseWatch'
56
env:
57
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
58
with:
0 commit comments