diff --git a/Jenkinsfile b/Jenkinsfile index 0a5d69aa3..593cd5457 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -117,7 +117,7 @@ pipeline { stage('–– Build ––') { when { anyOf { - branch 'develop'; branch 'main'; branch 'release/*' + branch 'develop'; branch 'main'; branch 'release/*'; branch: 'hotfix/*' } } stages { stage('Provision Node.js build environment') {