Skip to content

Commit

Permalink
DATAJPA-1778 - Only test other versions for local changes on main bra…
Browse files Browse the repository at this point in the history
…nch.
  • Loading branch information
gregturn committed Sep 18, 2020
1 parent ed59c52 commit ba7fe5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Expand Up @@ -35,7 +35,7 @@ pipeline {

stage("Test other configurations") {
when {
anyOf {
allOf {
branch 'master'
not { triggeredBy 'UpstreamCause' }
}
Expand Down

0 comments on commit ba7fe5b

Please sign in to comment.