Skip to content

Commit

Permalink
Update branch and path restrictions in helm-chart.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ppawlowski committed Dec 20, 2023
1 parent 7d931f7 commit 9a3f5e2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/helm-chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@ on:
push:
branches:
- main
- v2
paths:
- 'helm/*'
- '.github/workflows/helm-chart.yml'
pull_request:
branches:
- main
- v2
paths:
- 'helm/*'
- '.github/workflows/helm-chart.yml'
Expand Down

0 comments on commit 9a3f5e2

Please sign in to comment.