path->paths

The correct keyword for filtering pull request triggers by file paths is paths (plural), not path (singular).
This commit is contained in:
HellAholic 2025-06-15 15:58:02 +02:00
parent ae60c7f055
commit 9feb73dcf5

View file

@ -2,7 +2,7 @@ name: printer-linter-pr-diagnose
on:
pull_request:
path:
paths:
- "resources/**"
permissions: