diff --git a/.github/workflows/printer-linter-format.yml b/.github/workflows/printer-linter-format.yml index 8fb1ab4752..df4e049755 100644 --- a/.github/workflows/printer-linter-format.yml +++ b/.github/workflows/printer-linter-format.yml @@ -2,16 +2,11 @@ name: printer-linter-format on: push: - branches: - - main - - '[1-9].[0-9]' - - '[1-9].[0-9][0-9]' - path: + paths: - 'resources/**' jobs: printer-linter-format: - if: ${{ github.repository_owner == 'Ultimaker' }} name: Printer linter auto format runs-on: ubuntu-latest