diff --git a/Jenkinsfile b/Jenkinsfile index fb63c65..43c572a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,7 +3,7 @@ pipeline { stages { stage("integrate modpack") { when { - branch '**/integrate-modpack' + branch '**/latest-modpack' } steps { sh "chmod u+x ./scripts/*.sh"