Skip to content

Commit

Permalink
merge by jenkins job
Browse files Browse the repository at this point in the history
  • Loading branch information
visenze-ci authored Aug 31, 2020
2 parents 08dba48 + 40be62c commit 4fbdb32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ def isPullRequest(branch) {
}

def doBuildAndTest(branch) {
return branch == 'develop'
return branch.startsWith('PR') || branch == 'staging' || branch == 'production'
}

def isProdRelease(branch) {
Expand Down

0 comments on commit 4fbdb32

Please sign in to comment.