Only deploy on master branch

This commit is contained in:
Endolf 2018-05-24 20:54:29 +01:00
parent aa699f5ffb
commit 79a3fc9291

1
Jenkinsfile vendored
View file

@ -71,6 +71,7 @@ pipeline {
agent {
label "linux"
}
when { branch 'master' }
steps {
unstash 'windows-natives'
unstash 'osx-natives'