Update auto branch detection for 26100

This commit is contained in:
2024-04-17 21:35:02 +02:00
parent 092e968f0c
commit 42c1c12405
2 changed files with 5 additions and 1 deletions

View File

@ -293,6 +293,10 @@ function branchFromBuild($build) {
$branch = 'zn_release';
break;
case 26100:
$branch = 'ge_release';
break;
default:
$branch = 'rs_prerelease';
break;