diff --git a/Jenkinsfile b/Jenkinsfile index 10433d0..0871c79 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -71,6 +71,7 @@ pipeline { agent { label "linux" } + when { branch 'master' } steps { unstash 'windows-natives' unstash 'osx-natives'