Skip to content

Commit 6468326

Browse files
committed
travis: chekcing if not pull request
1 parent 05e0603 commit 6468326

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ script:
1212
- conan create . includeos/latest -pr apple-clang-10-macos-toolchain
1313
- VERSION=$(conan inspect -a version . | cut -d " " -f 2)
1414
- |
15-
if [ "$TRAVIS_BRANCH" == "master" ]; then
15+
if [[ "$TRAVIS_BRANCH" == "master" && "$TRAVIS_PULL_REQUEST" == "false" ]]; then
1616
conan upload --all diskbuilder/$VERSION@includeos/latest -r includeos
1717
fi
1818
if [ -n "$TRAVIS_TAG" ]; then

0 commit comments

Comments
 (0)