We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05e0603 commit 6468326Copy full SHA for 6468326
1 file changed
.travis.yml
@@ -12,7 +12,7 @@ script:
12
- conan create . includeos/latest -pr apple-clang-10-macos-toolchain
13
- VERSION=$(conan inspect -a version . | cut -d " " -f 2)
14
- |
15
- if [ "$TRAVIS_BRANCH" == "master" ]; then
+ if [[ "$TRAVIS_BRANCH" == "master" && "$TRAVIS_PULL_REQUEST" == "false" ]]; then
16
conan upload --all diskbuilder/$VERSION@includeos/latest -r includeos
17
fi
18
if [ -n "$TRAVIS_TAG" ]; then
0 commit comments