Update build-and-publish.yml
Only build when there are changes to the charts dir
This commit is contained in:
parent
43c52e1c3c
commit
28705509a6
1 changed files with 2 additions and 0 deletions
2
.github/workflows/build-and-publish.yml
vendored
2
.github/workflows/build-and-publish.yml
vendored
|
@ -4,6 +4,8 @@ on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
paths:
|
||||||
|
- 'charts/**'
|
||||||
# tags:
|
# tags:
|
||||||
# - "v*.*.*"
|
# - "v*.*.*"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue