Run workflow an all branches & Forks

This commit is contained in:
Joey de l'Arago 2022-12-09 10:48:48 +01:00 committed by GitHub
parent 71df084283
commit 140285c0c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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