diff --git a/Jenkinsfile b/Jenkinsfile index d76a6f737..09e88e86e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -22,10 +22,7 @@ pipeline { stage ('Deploy') { when { - anyOf { - branch "master" - branch "floodgate-2.0" - } + branch "master" } steps {