Fix workflow trigger path

Signed-off-by: Marco Franssen <[email protected]>
This commit is contained in:
Marco Franssen
2023-02-21 20:28:53 +01:00
parent 32303d7eba
commit b804b0a932
+2 -2
View File
@@ -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 }}