mirror of
https://github.com/Ellpeck/NaturesAura.git
synced 2024-11-24 12:38:34 +01:00
rename master to main
This commit is contained in:
parent
b63b721237
commit
ff916f75f1
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -21,7 +21,7 @@ pipeline {
|
|||
|
||||
stage('Publish') {
|
||||
when {
|
||||
branch 'master'
|
||||
branch 'main'
|
||||
}
|
||||
steps {
|
||||
sh './gradlew publish --no-daemon'
|
||||
|
|
Loading…
Reference in a new issue