mirror of
https://github.com/kyverno/kyverno.git
synced 2024-12-14 11:57:48 +00:00
fix: invalid path in helm-test workflow (#3344)
Signed-off-by: Charles-Edouard Brétéché <charled.breteche@gmail.com> Co-authored-by: Sambhav Kothari <skothari44@bloomberg.net>
This commit is contained in:
parent
e1ca384ecc
commit
8187b9331e
1 changed files with 4 additions and 4 deletions
8
.github/workflows/helm-test.yaml
vendored
8
.github/workflows/helm-test.yaml
vendored
|
@ -2,11 +2,11 @@ name: helm-test
|
|||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
- 'main'
|
||||
- 'release*'
|
||||
- main
|
||||
- release*
|
||||
paths:
|
||||
- 'charts/kyverno/**'
|
||||
- '.github/workflows/helm-test.yaml'
|
||||
- charts/**
|
||||
- .github/workflows/helm-test.yaml
|
||||
|
||||
permissions: read-all
|
||||
|
||||
|
|
Loading…
Reference in a new issue