only do linting checks if the apps dir gets updated

This commit is contained in:
Lee 2024-09-23 10:03:26 +01:00
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: