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