1
0
Fork 0
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:
Charles-Edouard Brétéché 2022-03-08 02:08:46 +01:00 committed by GitHub
parent e1ca384ecc
commit 8187b9331e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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