We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 334b4d5 + 2aba3b0 commit 95bcd68Copy full SHA for 95bcd68
.github/workflows/package.yml
@@ -34,7 +34,7 @@ jobs:
34
35
npm-package:
36
needs: [ conan-package ]
37
- if: ${{ github.event_name == 'push' && (github.ref_name == 'main' || startsWith(github.ref_name, 'NP-')) }}
+ if: ${{ (github.event_name == 'push' && (github.ref_name == 'main' || startsWith(github.ref_name, 'NP-'))) || (github.event_name == 'pull_request' && github.head_ref == 'main') }}
38
uses: ultimaker/cura-workflows/.github/workflows/npm-package.yml@main
39
with:
40
package_version_full: ${{ needs.conan-package.outputs.package_version_full }}
0 commit comments