From 2bfd7be8265a3eee44e6b1fba7463993a2a8ea2c Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Sat, 7 Nov 2020 14:35:29 +0100 Subject: [PATCH] some master->main related fixes --- Jenkinsfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index a6b449c3a..d28a31f17 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -21,7 +21,7 @@ pipeline { stage('Publish') { when { - branch 'master' + branch 'main' } steps { sh './gradlew publish --no-daemon' diff --git a/README.md b/README.md index a75f173eb..ab7771673 100644 --- a/README.md +++ b/README.md @@ -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)