Skip to content

Commit

Permalink
Actually deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim203 committed Jan 26, 2022
1 parent 53de9f4 commit 2573b47
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,10 @@ pipeline {

stage ('Deploy') {
when {
branch "master"
branch "feature/cumulus-1.1" // allow Floodgate to build
anyOf {
branch "master"
branch "feature/cumulus-1.1" // allow Floodgate to build
}
}

steps {
Expand Down

0 comments on commit 2573b47

Please sign in to comment.