Skip to content

Commit

Permalink
ci: fix helm chart validation pipeline to include subdirectories (#293)
Browse files Browse the repository at this point in the history
  • Loading branch information
hardillb authored Feb 5, 2024
2 parents 364b27f + c378582 commit c07e8f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/helm-chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ on:
branches:
- main
paths:
- 'helm/*'
- 'helm/**'
- '.github/workflows/helm-chart.yml'
pull_request:
branches:
- main
paths:
- 'helm/*'
- 'helm/**'
- '.github/workflows/helm-chart.yml'

jobs:
Expand Down

0 comments on commit c07e8f1

Please sign in to comment.