Ensure any change in the charts directory trigger ci tests
This commit is contained in:
parent
68c57386d0
commit
3e7eb5b3a0
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
@ -36,7 +36,7 @@ jobs:
|
||||||
- 'test/e2e/**/*'
|
- 'test/e2e/**/*'
|
||||||
charts:
|
charts:
|
||||||
- 'charts/ingress-nginx/Chart.yaml'
|
- 'charts/ingress-nginx/Chart.yaml'
|
||||||
- 'charts/ingress-nginx/*'
|
- 'charts/ingress-nginx/**/*'
|
||||||
|
|
||||||
build:
|
build:
|
||||||
name: Build
|
name: Build
|
||||||
|
|
Loading…
Reference in a new issue