ci: ensure that unittests are run when touching helm charts

In case the helm charts are changed only yaml files are touched.
Thus the unit test workflow was not triggered.
This commit is contained in:
Otto Bittner 2023-01-31 11:21:32 +01:00
parent 3038b374da
commit 24409fe6ee

View File

@ -14,6 +14,7 @@ on:
- "./github/workflows/test-unittest.yml"
pull_request:
paths:
- "cli/internal/helm/**"
- "**.go"
- "**/go.mod"
- "**/go.sum"