mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-07-30 10:38:46 -04:00
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:
parent
3038b374da
commit
24409fe6ee
1 changed files with 1 additions and 0 deletions
1
.github/workflows/test-unittest.yml
vendored
1
.github/workflows/test-unittest.yml
vendored
|
@ -14,6 +14,7 @@ on:
|
|||
- "./github/workflows/test-unittest.yml"
|
||||
pull_request:
|
||||
paths:
|
||||
- "cli/internal/helm/**"
|
||||
- "**.go"
|
||||
- "**/go.mod"
|
||||
- "**/go.sum"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue