From ce191611f75770f079fcee7ba9d881a768251a53 Mon Sep 17 00:00:00 2001 From: Jelle Spijker Date: Fri, 16 Dec 2022 08:36:14 +0100 Subject: [PATCH] Only run on relevant changes --- .github/workflows/printer-linter-format.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/printer-linter-format.yml b/.github/workflows/printer-linter-format.yml index df4e049755..e5e1b5b1d6 100644 --- a/.github/workflows/printer-linter-format.yml +++ b/.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: