mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-06-26 09:25:24 -06:00
path->paths
The correct keyword for filtering pull request triggers by file paths is paths (plural), not path (singular).
This commit is contained in:
parent
ae60c7f055
commit
9feb73dcf5
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ name: printer-linter-pr-diagnose
|
|||
|
||||
on:
|
||||
pull_request:
|
||||
path:
|
||||
paths:
|
||||
- "resources/**"
|
||||
|
||||
permissions:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue