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:
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@@ -22,7 +22,10 @@ pipeline {
|
||||
|
||||
stage ('Deploy') {
|
||||
when {
|
||||
branch "master"
|
||||
anyOf {
|
||||
branch "master"
|
||||
branch "floodgate-2.0"
|
||||
}
|
||||
}
|
||||
|
||||
steps {
|
||||
|
||||
Reference in New Issue
Block a user