Skip to content

Commit

Permalink
Don't publish on PR
Browse files Browse the repository at this point in the history
  • Loading branch information
ejsmith committed Jan 16, 2020
1 parent c683fc4 commit 004c571
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
if: github.event_name != 'pull_request'
run: dotnet pack --configuration Release --no-build
- name: Publish CI Packages
if: github.event_name != 'pull_request'
run: |
for package in $(find -name "*.nupkg" | grep "minver" -v); do
echo "${0##*/}": Pushing $package...
Expand Down

0 comments on commit 004c571

Please sign in to comment.