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}}