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 <[email protected]>
This commit is contained in:
Faisal Memon
2023-05-15 16:16:03 -07:00
committed by GitHub
parent 8d9b73496d
commit 05addae906
+1
View File
@@ -10,6 +10,7 @@ on:
- '.github/kind/conf/kind-config.yaml' - '.github/kind/conf/kind-config.yaml'
- '.github/tests/**/*.yaml' - '.github/tests/**/*.yaml'
- '.github/tests/**/*.sh' - '.github/tests/**/*.sh'
- '.github/tests/**/*.json'
- 'examples/**/*.yaml' - 'examples/**/*.yaml'
- 'helm-docs.sh' - 'helm-docs.sh'