Skip to content

Commit b7985b8

Browse files
authored
Don't publish on push
1 parent bb6fdb1 commit b7985b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
if: github.event_name != 'pull_request'
3030
run: dotnet pack --configuration Release --no-build
3131
- name: Publish CI Packages
32+
if: github.event_name != 'pull_request'
3233
run: |
3334
for package in $(find -name "*.nupkg" | grep "minver" -v); do
3435
echo "${0##*/}": Pushing $package...

0 commit comments

Comments
 (0)