only do linting checks if the apps dir gets updated
This commit is contained in:
parent
c3343014d2
commit
65148505bd
@ -3,7 +3,11 @@ name: Check Kubernetes YAMLs
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [main, master]
|
branches: [main, master]
|
||||||
|
paths:
|
||||||
|
- "apps/**"
|
||||||
pull_request:
|
pull_request:
|
||||||
|
paths:
|
||||||
|
- "apps/**"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
scan:
|
scan:
|
||||||
|
Reference in New Issue
Block a user