From 05addae90691c5fceecdead1418298945ae94096 Mon Sep 17 00:00:00 2001 From: Faisal Memon Date: Mon, 15 May 2023 16:16:03 -0700 Subject: [PATCH] Add json to test path (#280) Adds *.json to the workflow trigger so that changes to json files, such as updating versions, will trigger a pipeline run. Signed-off-by: Faisal Memon --- .github/workflows/helm-chart-ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/helm-chart-ci.yaml b/.github/workflows/helm-chart-ci.yaml index 2fab7f0..e6027dd 100644 --- a/.github/workflows/helm-chart-ci.yaml +++ b/.github/workflows/helm-chart-ci.yaml @@ -10,6 +10,7 @@ on: - '.github/kind/conf/kind-config.yaml' - '.github/tests/**/*.yaml' - '.github/tests/**/*.sh' + - '.github/tests/**/*.json' - 'examples/**/*.yaml' - 'helm-docs.sh'