Fix workflow trigger path
Signed-off-by: Marco Franssen <[email protected]>
This commit is contained in:
@@ -5,9 +5,9 @@ on:
|
|||||||
pull_request:
|
pull_request:
|
||||||
paths:
|
paths:
|
||||||
- 'charts/**'
|
- 'charts/**'
|
||||||
- '.github/workflows/helm-chart-ci.yml'
|
- '.github/workflows/helm-chart-ci.yaml'
|
||||||
- 'helm-docs.sh'
|
|
||||||
- '.github/kind/conf/kind-config.yaml'
|
- '.github/kind/conf/kind-config.yaml'
|
||||||
|
- 'helm-docs.sh'
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.ref }}
|
group: ${{ github.ref }}
|
||||||
|
|||||||
Reference in New Issue
Block a user