Skip to content

Commit

Permalink
Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Digitalroot committed May 31, 2024
1 parent 05b377f commit 5ccdeff
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nuget.autoupdate.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Automated NuGet Dependency Updates
name: CI/CD

concurrency: ci-${{ github.ref }}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: NuGet Release
name: Release

concurrency: ci-${{ github.ref }}

Expand All @@ -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
Expand Down
9 changes: 7 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -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
<br />
<p align="center">
<b>Digitalroot can be found in the Valhalla Legends Discord</b><br /><br />
<a href="https://discord.gg/SsMW3rm67u" target="_blank"><img src="https://digitalroot.net/img/vl/vl_logo_125x154.png"></a>
</p>
2 changes: 1 addition & 1 deletion src/Digitalroot.Valheim.Common.Log.sln
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit 5ccdeff

Please sign in to comment.