Skip to content

Commit cfd9478

Browse files
author
Edward Thomson
committed
push travis PR results
1 parent a7fdcb3 commit cfd9478

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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" ] && [ $TRAVIS_PULL_REQUEST == "false" ]; then
3+
if [ $TRAVIS_SECURE_ENV_VARS == "true" ]; then
44

55
pushd nuget.package
66

0 commit comments

Comments
 (0)