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:
|
||||
push:
|
||||
branches: [main, master]
|
||||
paths:
|
||||
- "apps/**"
|
||||
pull_request:
|
||||
paths:
|
||||
- "apps/**"
|
||||
|
||||
jobs:
|
||||
scan:
|
||||
|
Reference in New Issue
Block a user