diff --git a/Jenkinsfile b/Jenkinsfile index 05d50b403..2fa827114 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -162,7 +162,7 @@ def isPullRequest(branch) { } def doBuildAndTest(branch) { - return branch == 'develop' + return branch.startsWith('PR') || branch == 'staging' || branch == 'production' } def isProdRelease(branch) {