mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 23:23:57 -06:00
Build on the current branch
for testing purposes Contributes to CURA-9365
This commit is contained in:
parent
6fff497183
commit
f58389d599
1 changed files with 3 additions and 3 deletions
6
.github/workflows/conan-package.yml
vendored
6
.github/workflows/conan-package.yml
vendored
|
@ -64,7 +64,7 @@ jobs:
|
|||
|
||||
conan-package-create-macos:
|
||||
# FIXME: For release branches: maybe rename the branch to release/**
|
||||
if: ${{ (github.event_name == 'push' && (github.ref_name == 'main' || github.ref_name == '5.1')) || (github.event_name == 'workflow_dispatch' && inputs.create_binaries_macos) }}
|
||||
if: ${{ (github.event_name == 'push' && (github.ref_name == 'main' || github.ref_name == '5.1' || github.ref_name == 'CURA-9365_fix_building_cura_main' )) || (github.event_name == 'workflow_dispatch' && inputs.create_binaries_macos) }}
|
||||
needs: [ conan-recipe-version, conan-package-export ]
|
||||
|
||||
uses: ultimaker/cura/.github/workflows/conan-package-create.yml@CURA-9365_fix_building_cura_main
|
||||
|
@ -78,7 +78,7 @@ jobs:
|
|||
|
||||
conan-package-create-windows:
|
||||
# FIXME: For release branches: maybe rename the branch to release/**
|
||||
if: ${{ (github.event_name == 'push' && (github.ref_name == 'main' || github.ref_name == '5.1')) || (github.event_name == 'workflow_dispatch' && inputs.create_binaries_windows) }}
|
||||
if: ${{ (github.event_name == 'push' && (github.ref_name == 'main' || github.ref_name == '5.1' || github.ref_name == 'CURA-9365_fix_building_cura_main' )) || (github.event_name == 'workflow_dispatch' && inputs.create_binaries_windows) }}
|
||||
needs: [ conan-recipe-version, conan-package-export ]
|
||||
|
||||
uses: ultimaker/cura/.github/workflows/conan-package-create.yml@CURA-9365_fix_building_cura_main
|
||||
|
@ -92,7 +92,7 @@ jobs:
|
|||
|
||||
conan-package-create-linux:
|
||||
# FIXME: For release branches: maybe rename the branch to release/**
|
||||
if: ${{ (github.event_name == 'push' && (github.ref_name == 'main' || github.ref_name == '5.1')) || (github.event_name == 'workflow_dispatch' && inputs.create_binaries_linux) }}
|
||||
if: ${{ (github.event_name == 'push' && (github.ref_name == 'main' || github.ref_name == '5.1' || github.ref_name == 'CURA-9365_fix_building_cura_main')) || (github.event_name == 'workflow_dispatch' && inputs.create_binaries_linux) }}
|
||||
needs: [ conan-recipe-version, conan-package-export ]
|
||||
|
||||
uses: ultimaker/cura/.github/workflows/conan-package-create.yml@CURA-9365_fix_building_cura_main
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue