mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 14:44:13 -06:00
Run workflow an all branches & Forks
This commit is contained in:
parent
71df084283
commit
140285c0c1
1 changed files with 1 additions and 6 deletions
7
.github/workflows/printer-linter-format.yml
vendored
7
.github/workflows/printer-linter-format.yml
vendored
|
@ -2,16 +2,11 @@ name: printer-linter-format
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
paths:
|
||||||
- main
|
|
||||||
- '[1-9].[0-9]'
|
|
||||||
- '[1-9].[0-9][0-9]'
|
|
||||||
path:
|
|
||||||
- 'resources/**'
|
- 'resources/**'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
printer-linter-format:
|
printer-linter-format:
|
||||||
if: ${{ github.repository_owner == 'Ultimaker' }}
|
|
||||||
name: Printer linter auto format
|
name: Printer linter auto format
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue