Skip to content

Commit ea20cb2

Browse files
authored
Merge pull request #20693 from Ultimaker/workflow_fixes
Workflow fixes
2 parents ee021f7 + ea07e5b commit ea20cb2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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)