diff --git a/.github/workflows/nuget.autoupdate.yml b/.github/workflows/nuget.autoupdate.yml index 3151456..e53f52a 100644 --- a/.github/workflows/nuget.autoupdate.yml +++ b/.github/workflows/nuget.autoupdate.yml @@ -1,4 +1,4 @@ -name: Automated NuGet Dependency Updates +name: CI/CD concurrency: ci-${{ github.ref }} diff --git a/.github/workflows/nuget.release.yml b/.github/workflows/release.yml similarity index 89% rename from .github/workflows/nuget.release.yml rename to .github/workflows/release.yml index 4a4e8c8..3d488d2 100644 --- a/.github/workflows/nuget.release.yml +++ b/.github/workflows/release.yml @@ -1,4 +1,4 @@ -name: NuGet Release +name: Release concurrency: ci-${{ github.ref }} @@ -7,9 +7,10 @@ on: branches: [ main ] # Default release branch push: branches: [ main ] # Default release branch - paths: - - 'src/**' - - '.github/workflows/**' + paths-ignore: + - '.github/**' + - 'docs/**' + - '**/*.sln' env: DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true diff --git a/docs/README.md b/docs/README.md index db43708..f7063e0 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,5 +1,10 @@ # Digitalroot.Valheim.Common.Log Logging for Valheim -[![NuGet Release](https://github.com/Digitalroot-Valheim/Digitalroot.Valheim.Common.Log/actions/workflows/nuget.release.yml/badge.svg)](https://github.com/Digitalroot-Valheim/Digitalroot.Valheim.Common.Log/actions/workflows/nuget.release.yml) - + +### Support Me @ https://www.buymeacoffee.com/digitalroot +
+

+Digitalroot can be found in the Valhalla Legends Discord

+ +

\ No newline at end of file diff --git a/src/Digitalroot.Valheim.Common.Log.sln b/src/Digitalroot.Valheim.Common.Log.sln index 2b0799d..f750e84 100644 --- a/src/Digitalroot.Valheim.Common.Log.sln +++ b/src/Digitalroot.Valheim.Common.Log.sln @@ -21,7 +21,7 @@ EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{66F61AAD-E15A-473F-8B2E-12FE0796D886}" ProjectSection(SolutionItems) = preProject ..\.github\workflows\nuget.autoupdate.yml = ..\.github\workflows\nuget.autoupdate.yml - ..\.github\workflows\nuget.release.yml = ..\.github\workflows\nuget.release.yml + ..\.github\workflows\release.yml = ..\.github\workflows\release.yml EndProjectSection EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{588E9B86-77E1-4417-A995-CA5107E783A7}"