From 79a3fc9291e0b1e3e2c879f6ec6250bc33746060 Mon Sep 17 00:00:00 2001 From: Endolf Date: Thu, 24 May 2018 20:54:29 +0100 Subject: [PATCH] Only deploy on master branch --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) 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'