diff --git a/Jenkinsfile b/Jenkinsfile index 314f7b8f1..b25333441 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -20,7 +20,7 @@ pipeline { } stage('Deploy') { when { - branch 'master' + branch 'production' } steps { echo "DEPLOY!"