Skip to content

Commit

Permalink
Update Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
bqnguyen94 authored Aug 31, 2020
1 parent 08dba48 commit fdaf63f
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 fdaf63f

Please sign in to comment.