mirror of
https://github.com/shadowfacts/jinput-arm64.git
synced 2026-01-23 00:50:19 +01:00
Only deploy on master branch
This commit is contained in:
parent
aa699f5ffb
commit
79a3fc9291
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
|
|
@ -71,6 +71,7 @@ pipeline {
|
|||
agent {
|
||||
label "linux"
|
||||
}
|
||||
when { branch 'master' }
|
||||
steps {
|
||||
unstash 'windows-natives'
|
||||
unstash 'osx-natives'
|
||||
|
|
|
|||
Loading…
Reference in a new issue