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 95bcd68 + 185f19d commit 3d9ef41Copy full SHA for 3d9ef41
.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-'))) || (github.event_name == 'pull_request' && github.head_ref == 'main') }}
+ if: ${{ (github.event_name == 'push' && (github.ref_name == 'main' || startsWith(github.ref_name, 'NP-'))) || (github.event_name == 'pull_request' && github.base_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