chore: only run validation workflow when charts dir changes
This commit is contained in:
parent
2d388fb1a1
commit
c27fa06f72
1 changed files with 0 additions and 4 deletions
|
@ -3,13 +3,9 @@ on:
|
||||||
pull_request:
|
pull_request:
|
||||||
paths:
|
paths:
|
||||||
- 'charts/**'
|
- 'charts/**'
|
||||||
branches:
|
|
||||||
- 'main'
|
|
||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
- 'charts/**'
|
- 'charts/**'
|
||||||
branches:
|
|
||||||
- 'main'
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
charts-changed:
|
charts-changed:
|
||||||
|
|
Loading…
Reference in a new issue