From 7d573f2a05c6c56a118414f5f7f7cae82479f247 Mon Sep 17 00:00:00 2001 From: Thomas Luijken Date: Mon, 6 May 2024 09:04:08 +0200 Subject: [PATCH] Enable workflow dispatch for publication --- .github/workflows/PUBLISH_PACKAGE.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/PUBLISH_PACKAGE.yml b/.github/workflows/PUBLISH_PACKAGE.yml index 033ae26..9cd6932 100644 --- a/.github/workflows/PUBLISH_PACKAGE.yml +++ b/.github/workflows/PUBLISH_PACKAGE.yml @@ -1,6 +1,7 @@ name: Publish Package on: + workflow_dispatch: push: branches: [ main ] paths: @@ -29,4 +30,4 @@ jobs: uses: brandedoutcast/publish-nuget@v2.5.2 with: PROJECT_FILE_PATH: SickRfid/SickRfid.csproj - NUGET_KEY: ${{secrets.PUBLISH_TO_NUGET_ORG}} \ No newline at end of file + NUGET_KEY: ${{secrets.PUBLISH_TO_NUGET_ORG}}