Skip to content

Commit

Permalink
Update Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
bqnguyen94 authored Aug 28, 2020
1 parent 16f9901 commit 08dba48
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.startsWith('PR') || branch == 'staging' || branch == 'production'
return branch == 'develop'
}

def isProdRelease(branch) {
Expand Down

0 comments on commit 08dba48

Please sign in to comment.