Skip to content

Commit

Permalink
Run GHA pipeline on pushes to main branch (#5429)
Browse files Browse the repository at this point in the history
This commit adds the required changes in GitHub Actions workflow to trigger the workflow on
every push to main.

Signed-off-by: Jesús Benito Calzada <[email protected]>
  • Loading branch information
Jesús Miguel Benito Calzada authored Oct 5, 2022
1 parent 0b31a6f commit 942af2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/kubeapps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: Kubeapps general pipeline
on:
push:
branches:
- migrate-ci
- main
pull_request:
branches:
- main
Expand Down

0 comments on commit 942af2a

Please sign in to comment.