Skip to content

Commit fc50b0b

Browse files
committed
Do not publish binaries from a Pull Request
1 parent ee027d0 commit fc50b0b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

uploadbinaries.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
if [ $TRAVIS_SECURE_ENV_VARS == "true" ]; then
3+
if [ $TRAVIS_SECURE_ENV_VARS == "true" ] && [ $TRAVIS_PULL_REQUEST == "false" ]; then
44

55
pushd nuget.package
66

0 commit comments

Comments
 (0)