Skip to content

Commit

Permalink
Enable workflow dispatch for publication
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Luijken committed May 6, 2024
1 parent 621ab54 commit 7d573f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/PUBLISH_PACKAGE.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Publish Package

on:
workflow_dispatch:
push:
branches: [ main ]
paths:
Expand Down Expand Up @@ -29,4 +30,4 @@ jobs:
uses: brandedoutcast/[email protected]
with:
PROJECT_FILE_PATH: SickRfid/SickRfid.csproj
NUGET_KEY: ${{secrets.PUBLISH_TO_NUGET_ORG}}
NUGET_KEY: ${{secrets.PUBLISH_TO_NUGET_ORG}}

0 comments on commit 7d573f2

Please sign in to comment.