refs #4922 Jenkinsfile: fix protected branches
gitea/hedera-web/pipeline/head There was a failure building this commit Details

This commit is contained in:
Juan Ferrer 2024-11-25 14:40:08 +01:00
parent e1be2703e8
commit aec14f8ebd
1 changed files with 2 additions and 1 deletions

3
Jenkinsfile vendored
View File

@ -17,7 +17,8 @@ node {
PROTECTED_BRANCH = [
'dev',
'test',
'master'
'master',
'vue'
].contains(env.BRANCH_NAME)
RUN_BUILD = PROTECTED_BRANCH