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