diff --git a/.github/workflows/nuget.release.yml b/.github/workflows/release.yml
similarity index 88%
rename from .github/workflows/nuget.release.yml
rename to .github/workflows/release.yml
index 8b71f3d..31be0c1 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,10 +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
DOTNET_CLI_TELEMETRY_OPTOUT: true
diff --git a/docs/README.md b/docs/README.md
index 0588c73..07feeec 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -1,4 +1,8 @@
# Digitalroot.Valheim.AssemblyInfo
AssemblyInfo for Valheim Mods
-[![NuGet Release](https://github.com/Digitalroot-Valheim/Digitalroot.Valheim.Common.AssemblyInfo/actions/workflows/nuget.release.yml/badge.svg)](https://github.com/Digitalroot-Valheim/Digitalroot.Valheim.Common.AssemblyInfo/actions/workflows/nuget.release.yml)
+
+
+Digitalroot can be found in the Valhalla Legends Discord
+
+