Fix conditional for deploying

This commit is contained in:
RednedEpic 2022-04-24 12:11:50 -05:00
parent 7ca3b8d433
commit 4dbfd5f66e
1 changed files with 4 additions and 2 deletions

6
Jenkinsfile vendored
View File

@ -22,8 +22,10 @@ pipeline {
stage ('Deploy') {
when {
branch "master"
branch "feature/extensions"
anyOf {
branch "master"
branch "feature/extensions"
}
}
steps {