Skip to content

Commit

Permalink
.github/workflows: run chart test on PR
Browse files Browse the repository at this point in the history
  • Loading branch information
giautm committed Feb 5, 2024
1 parent e573477 commit 494d566
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/push-chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ on:
push:
branches:
- master
pull_request:
branches:
- master
workflow_dispatch:
jobs:
helm-test:
Expand Down Expand Up @@ -44,6 +47,7 @@ jobs:
fi
helm-push:
needs: [helm-test]
if: ${{ github.event_name == 'push' }}
runs-on: ubuntu-latest
defaults:
run:
Expand Down

0 comments on commit 494d566

Please sign in to comment.