Skip to content

Commit 5ab7298

Browse files
authored
Merge branch 'main' into CURA-12525_put_primary_extruder_not_0
2 parents f489e74 + e05d3f0 commit 5ab7298

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747

4848
npm-package:
4949
needs: [ conan-package ]
50-
if: ${{ (github.event_name == 'push' && (github.ref_name == 'main' || startsWith(github.ref_name, 'NP-') || startsWith(github.ref_name, '5.'))) || github.event_name == 'pull_request' && (github.head_ref == 'main' || startsWith(github.head_ref, '5.'))}} # FIXME: have a more generic way to determine release branches
50+
if: ${{ ((github.event_name == 'push' && (github.ref_name == 'main' || startsWith(github.ref_name, 'NP-') || startsWith(github.ref_name, '5.'))) || (github.event_name == 'pull_request' && (github.base_ref == 'main' || startsWith(github.head_ref, '5.'))))}} # FIXME: have a more generic way to determine release branches
5151
uses: ultimaker/cura-workflows/.github/workflows/npm-package.yml@main
5252
with:
5353
package_version_full: ${{ needs.conan-package.outputs.package_version_full }}

0 commit comments

Comments
 (0)