mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-07-16 13:41:53 +08:00
Build on the current branch
for testing purposes Contributes to CURA-9365
This commit is contained in:
parent
6fff497183
commit
f58389d599
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…
x
Reference in New Issue
Block a user