Skip to content

Commit

Permalink
Add condition to push chart only on non-pull request events
Browse files Browse the repository at this point in the history
  • Loading branch information
lennartdohmann committed Feb 12, 2024
1 parent d38d973 commit 5b31306
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
run: ct lint --config .github/chart-testing-config.yaml --validate-maintainers=false --charts charts/vaas

- name: Push chart
if: github.event_name != 'pull_request' && github.ref == 'refs/heads/main'
uses: appany/[email protected]
with:
name: vaas
Expand Down

0 comments on commit 5b31306

Please sign in to comment.