Skip to content

Commit

Permalink
Only create nuget on release.
Browse files Browse the repository at this point in the history
  • Loading branch information
eyonys committed Sep 10, 2023
1 parent 076a7aa commit e10ebe6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-nugetorg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ defaults:

jobs:
create_nuget:
if: github.event_name == 'release'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit e10ebe6

Please sign in to comment.