feO2x / Light.GuardClauses

A lightweight .NET library for expressive Guard Clauses.
MIT License
85 stars 8 forks source link

New workflow to automatically push to NuGet #90

Closed feO2x closed 1 year ago

feO2x commented 1 year ago

Added new release-on-nuget.yml workflow which will automatically trigger when a release is published. It can also be triggered manually.

This PR also restricts the build-and-test.yml file to only execute when files in ./Code/ or the workflow itself was changed.