mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-25 07:33:57 -06:00
Only run on relevant changes
This commit is contained in:
parent
f6d18266e6
commit
ce191611f7
1 changed files with 5 additions and 1 deletions
6
.github/workflows/printer-linter-format.yml
vendored
6
.github/workflows/printer-linter-format.yml
vendored
|
@ -3,7 +3,11 @@ name: printer-linter-format
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
- 'resources/**'
|
- 'resources/definitions/**'
|
||||||
|
- 'resources/extruders/**'
|
||||||
|
- 'resources/intent/**'
|
||||||
|
- 'resources/quality/**'
|
||||||
|
- 'resources/variants/**'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
printer-linter-format:
|
printer-linter-format:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue