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:
@@ -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'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user