1
0
mirror of https://github.com/GeyserMC/Geyser.git synced 2026-01-04 15:31:36 +00:00

Deploy Floodgate 2.0 builds

This commit is contained in:
Tim203
2021-03-23 02:02:20 +01:00
parent 644ece124f
commit 2caf811750

5
Jenkinsfile vendored
View File

@@ -22,7 +22,10 @@ pipeline {
stage ('Deploy') {
when {
branch "master"
anyOf {
branch "master"
branch "floodgate-2.0"
}
}
steps {