diff --git a/Jenkinsfile b/Jenkinsfile index 34c40159..a0ea68f3 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -27,7 +27,10 @@ pipeline { stage('Build Release Artifacts') { when { - branch 'master' + anyOf { + branch 'master' + buildingTag() + } } steps {