Skip to content

Commit ef8f519

Browse files
authored
Merge branch 'main' into slicing_error_check_workflow
2 parents 18be624 + ea20cb2 commit ef8f519

File tree

3 files changed

+293
-120
lines changed

3 files changed

+293
-120
lines changed

.github/workflows/printer-linter-pr-diagnose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: printer-linter-pr-diagnose
22

33
on:
44
pull_request:
5-
path:
5+
paths:
66
- "resources/**"
77

88
permissions:

.github/workflows/update-translation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ on:
1111
jobs:
1212
update-translations:
1313
uses: ultimaker/cura-workflows/.github/workflows/update-translations.yml@main
14-
with:
15-
branch: ${{ inputs.branch }}
14+
with:
15+
branch: ${{ inputs.branch }}

0 commit comments

Comments
 (0)