Skip to content

Commit

Permalink
Removed publishing step from PRs (#475)
Browse files Browse the repository at this point in the history
* Removed publishing step from PRs

* changed yml
  • Loading branch information
abergs authored Dec 22, 2023
1 parent 145034a commit 6a59ccf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ jobs:
# Publish to GitHub package registry every time, whether it's a prerelease
# version or a stable release version.
- name: Publish packages (GitHub Registry)
if: github.event_name != 'pull_request'
run: >
dotnet nuget push **/*.nupkg
--source https://nuget.pkg.github.com/passwordless-lib/index.json
Expand Down

0 comments on commit 6a59ccf

Please sign in to comment.