diff --git a/Jenkinsfile b/Jenkinsfile index d04309cb6..380c24c15 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -39,7 +39,7 @@ pipeline { stage("Test other configurations") { when { - anyOf { + allOf { branch 'master' not { triggeredBy 'UpstreamCause' } }