Skip to content

Commit

Permalink
Merge pull request #121 from UCLALibrary/SYS-1631/fix_helm_push_action
Browse files Browse the repository at this point in the history
SYS-1631 Add rule to ignore path to env-specific values files when pushing charts
  • Loading branch information
sgurnick authored Jun 6, 2024
2 parents cc0088c + 13329f5 commit fe786c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/push-helm-chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
push:
paths:
- 'charts/**'
- '!charts/*-*-values.yaml'
branches:
- main

Expand Down

0 comments on commit fe786c1

Please sign in to comment.