diff --git a/Jenkinsfile b/Jenkinsfile index 557589ea..c4268aa4 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -169,7 +169,7 @@ pipeline { stage('Release documentation') { when { anyOf { - branch 'master' + branch '1.1.x' branch 'release' } }