From 1c7e9be61ba0becf56e1dcae0450f22596887b2e Mon Sep 17 00:00:00 2001 From: Jelle Spijker Date: Thu, 12 Dec 2024 15:51:07 +0100 Subject: [PATCH] use main instead of work branches Contribute to NP-637 --- .github/workflows/package.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml index 6b38400ddf..e736de02d8 100644 --- a/.github/workflows/package.yml +++ b/.github/workflows/package.yml @@ -40,7 +40,7 @@ on: jobs: conan-package: - uses: ultimaker/cura-workflows/.github/workflows/conan-package.yml@NP-637_conan_v2_wasm # FIXME: Use `main` branch + uses: ultimaker/cura-workflows/.github/workflows/conan-package.yml@main with: platform_wasm: true secrets: inherit @@ -48,7 +48,7 @@ jobs: npm-package: needs: [ conan-package ] 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 - uses: ultimaker/cura-workflows/.github/workflows/npm-package.yml@NP-637_conan_v2_wasm # FIXME: Use `main` branch + uses: ultimaker/cura-workflows/.github/workflows/npm-package.yml@main with: package_version_full: ${{ needs.conan-package.outputs.package_version_full }} secrets: inherit