chore: only run validation workflow when charts dir changes

This commit is contained in:
Tommy 2024-11-11 20:41:42 +01:00
parent de0e983084
commit 6fac850328
Signed by: tommy
SSH key fingerprint: SHA256:1LWgQT3QPHIT29plS8jjXc3S1FcE/4oGvsx3Efxs6Uc

View file

@ -3,13 +3,9 @@ on:
pull_request:
paths:
- 'charts/**'
branches:
- 'main'
push:
paths:
- 'charts/**'
branches:
- 'main'
jobs:
charts-changed: