Skip to content

Commit e05d3f0

Browse files
authored
Update package.yml (#2225)
2 parents 8edc14c + f5ae82d commit e05d3f0

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)