some master->main related fixes

This commit is contained in:
Ell 2020-11-07 14:35:29 +01:00
parent 41ca1aab2f
commit 2bfd7be826
2 changed files with 2 additions and 2 deletions

2
Jenkinsfile vendored
View file

@ -21,7 +21,7 @@ pipeline {
stage('Publish') {
when {
branch 'master'
branch 'main'
}
steps {
sh './gradlew publish --no-daemon'

View file

@ -5,4 +5,4 @@ For more information, visit the main CurseForge Page by [clicking here](http://m
Jenkins: [Click here](https://ci.ellpeck.de/blue/organizations/jenkins/ActuallyAdditions/)
Maven: [Click here](https://maven.ellpeck.de/de/ellpeck/actuallyadditions/)
![](https://raw.githubusercontent.com/Ellpeck/ActuallyAdditions/master/pics/logo.png)
![](https://raw.githubusercontent.com/Ellpeck/ActuallyAdditions/main/pics/logo.png)