Browse Source

Only run on relevant changes

Jelle Spijker 2 years ago
parent
commit
ce191611f7
1 changed files with 5 additions and 1 deletions
  1. 5 1
      .github/workflows/printer-linter-format.yml

+ 5 - 1
.github/workflows/printer-linter-format.yml

@@ -3,7 +3,11 @@ name: printer-linter-format
 on:
     push:
         paths:
-            - 'resources/**'
+            - 'resources/definitions/**'
+            - 'resources/extruders/**'
+            - 'resources/intent/**'
+            - 'resources/quality/**'
+            - 'resources/variants/**'
 
 jobs:
     printer-linter-format: