mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-25 23:53:56 -06:00
Use ultimaker/testing on main/master branches
Contributes to CURA-9365
This commit is contained in:
parent
ffd66445d8
commit
61d276f5ee
1 changed files with 4 additions and 4 deletions
8
.github/workflows/conan-recipe-version.yml
vendored
8
.github/workflows/conan-recipe-version.yml
vendored
|
@ -58,11 +58,11 @@ jobs:
|
||||||
# FIXME: For release branches: maybe rename the branch to release/**
|
# FIXME: For release branches: maybe rename the branch to release/**
|
||||||
echo '::set-output name=user::_'
|
echo '::set-output name=user::_'
|
||||||
echo '::set-output name=channel::_'
|
echo '::set-output name=channel::_'
|
||||||
elif [ "${{ github.ref_name == 'main' }}" = "true" ]; then
|
elif [ "${{ github.ref_name == 'main' || github.ref_name == 'master' }}" = "true" ]; then
|
||||||
# commits on main are alpha's (nightlies) and are considered stable
|
# commits on main/master are alpha's (nightlies) and are considered testing
|
||||||
# name/major.minor.patch-alpha+build@ultimaker/stable
|
# name/major.minor.patch-alpha+build@ultimaker/testing
|
||||||
echo ${{ github.repository_owner }} | awk '{print "::set-output name=user::"tolower($0)}'
|
echo ${{ github.repository_owner }} | awk '{print "::set-output name=user::"tolower($0)}'
|
||||||
echo '::set-output name=channel::stable'
|
echo '::set-output name=channel::testing'
|
||||||
elif [ "${{ github.ref_name == '5.1' }}" = "true" ]; then
|
elif [ "${{ github.ref_name == '5.1' }}" = "true" ]; then
|
||||||
# commits on release branches are beta's and are considered stable
|
# commits on release branches are beta's and are considered stable
|
||||||
# name/major.minor.patch-beta+build@ultimaker/stable
|
# name/major.minor.patch-beta+build@ultimaker/stable
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue