From f71426321f9ccaf9afc7cc1be91119bd2b8b3ac3 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Sun, 24 Oct 2021 00:44:30 +0200 Subject: [PATCH] reflect branch rename --- Coroutine/Coroutine.csproj | 2 +- Jenkinsfile | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Coroutine/Coroutine.csproj b/Coroutine/Coroutine.csproj index 51b04e2..6e1e892 100644 --- a/Coroutine/Coroutine.csproj +++ b/Coroutine/Coroutine.csproj @@ -10,7 +10,7 @@ coroutine utility unity https://github.com/Ellpeck/Coroutine https://github.com/Ellpeck/Coroutine - https://github.com/Ellpeck/Coroutine/blob/master/LICENSE.md + https://github.com/Ellpeck/Coroutine/blob/main/LICENSE.md 2.1.1 \ No newline at end of file diff --git a/Jenkinsfile b/Jenkinsfile index c8d2163..cb5a4a0 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -16,7 +16,7 @@ pipeline { stage('Publish') { when { - branch 'master' + branch 'main' } steps { sh 'dotnet nuget push -s http://localhost:5000/v3/index.json **/*.nupkg -k $BAGET -n true' diff --git a/README.md b/README.md index d8edcf9..3626df5 100644 --- a/README.md +++ b/README.md @@ -67,4 +67,4 @@ CoroutineHandler.RaiseEvent(TestEvent); ``` ## Additional Examples -For additional examples, take a look at the [Example class](https://github.com/Ellpeck/Coroutine/blob/master/Example/Example.cs). \ No newline at end of file +For additional examples, take a look at the [Example class](https://github.com/Ellpeck/Coroutine/blob/main/Example/Example.cs). \ No newline at end of file