Skip to content

Commit bf61a8e

Browse files
committed
Fix if statement
1 parent 51cc6db commit bf61a8e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release-chart.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,7 @@ jobs:
5151
5252
- name: Run chart-releaser
5353
uses: helm/chart-releaser-action@4b85f2c82c80ff4284ff8520f47bbe69dd89b0aa
54-
if: github.ref != 'refs/heads/main'
55-
if: github.repository == 'PostHog/HouseWatch'
54+
if: github.ref == 'refs/heads/main' && github.repository == 'PostHog/HouseWatch'
5655
env:
5756
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
5857
with:

0 commit comments

Comments
 (0)