Skip to content

Commit

Permalink
Merge pull request #11 from Baseflow/workflow-dispatch
Browse files Browse the repository at this point in the history
Enable workflow dispatch for publication
  • Loading branch information
tluijken authored May 6, 2024
2 parents 621ab54 + 7d573f2 commit dc5ce82
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 dc5ce82

Please sign in to comment.