Skip to content

Commit

Permalink
feat: Run CI on main pushes (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkerkhove authored Aug 17, 2022
1 parent 06af403 commit bf55f51
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci-helm-chart.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Helm Chart CI
on:
on:
push:
branches:
- main
workflow_dispatch:
pull_request_target:

Expand Down

0 comments on commit bf55f51

Please sign in to comment.