Skip to content

Commit 1c7e9be

Browse files
committed
use main instead of work branches
Contribute to NP-637
1 parent 2095fcc commit 1c7e9be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,15 @@ on:
4040

4141
jobs:
4242
conan-package:
43-
uses: ultimaker/cura-workflows/.github/workflows/conan-package.yml@NP-637_conan_v2_wasm # FIXME: Use `main` branch
43+
uses: ultimaker/cura-workflows/.github/workflows/conan-package.yml@main
4444
with:
4545
platform_wasm: true
4646
secrets: inherit
4747

4848
npm-package:
4949
needs: [ conan-package ]
5050
if: ${{ github.event_name == 'push' && (github.ref_name == 'main' || startsWith(github.ref_name, 'NP-') || startsWith(github.ref_name, '5.')) }} # FIXME: have a more generic way to determine release branches
51-
uses: ultimaker/cura-workflows/.github/workflows/npm-package.yml@NP-637_conan_v2_wasm # FIXME: Use `main` branch
51+
uses: ultimaker/cura-workflows/.github/workflows/npm-package.yml@main
5252
with:
5353
package_version_full: ${{ needs.conan-package.outputs.package_version_full }}
5454
secrets: inherit

0 commit comments

Comments
 (0)