run yaml lint only if yml files were changes

Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
Simon L.
2025-12-03 18:29:22 +01:00
parent 31a97682ff
commit d6e0d8b87d

View File

@@ -8,7 +8,10 @@
name: Lint YAML
on: pull_request
on:
pull_request:
paths:
- '**.yml'
permissions:
contents: read