Update build-and-publish.yml

Only build when there are changes to the charts dir
This commit is contained in:
Tommy Skaug 2023-12-23 11:55:37 +01:00 committed by GitHub
parent 43c52e1c3c
commit 28705509a6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,6 +4,8 @@ on:
push:
branches:
- main
paths:
- 'charts/**'
# tags:
# - "v*.*.*"