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: on:
push: push:
branches: [main, master] branches: [main, master]
paths:
- "apps/**"
pull_request: pull_request:
paths:
- "apps/**"
jobs: jobs:
scan: scan: