mirror of
https://github.com/GeyserMC/Geyser.git
synced 2025-01-11 12:31:20 +01:00
Deploy Floodgate 2.0 builds
This commit is contained in:
parent
644ece124f
commit
2caf811750
1 changed files with 4 additions and 1 deletions
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
|
@ -22,7 +22,10 @@ pipeline {
|
|||
|
||||
stage ('Deploy') {
|
||||
when {
|
||||
branch "master"
|
||||
anyOf {
|
||||
branch "master"
|
||||
branch "floodgate-2.0"
|
||||
}
|
||||
}
|
||||
|
||||
steps {
|
||||
|
|
Loading…
Reference in a new issue