From 386c5878974a6addebfd964dd290d0703671d52c Mon Sep 17 00:00:00 2001 From: Nicholas Dunnaway Date: Wed, 23 Nov 2022 10:38:22 -0800 Subject: [PATCH] updated workflow --- .github/workflows/nuget.release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/nuget.release.yml b/.github/workflows/nuget.release.yml index 22ae16f..c5ccff5 100644 --- a/.github/workflows/nuget.release.yml +++ b/.github/workflows/nuget.release.yml @@ -3,6 +3,8 @@ name: NuGet Release concurrency: ci-${{ github.ref }} on: + workflow_dispatch: + branches: [ main ] # Default release branch push: branches: [ main ] # Default release branch paths: @@ -23,6 +25,5 @@ jobs: with: sln-file-name: Digitalroot.Valheim.Common.Extensions proj-file-name: Digitalroot.Valheim.Common.Extensions - skip-unit-tests: true nuget-gh-upload: true nuget-s3-upload: true