run yaml lint only if yml files were changes
Some checks are pending
Codespell / Check spelling (push) Waiting to run

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