We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2f9117f + 7cacd3a commit 143477bCopy full SHA for 143477b
tools/ci_build.sh
@@ -1,6 +1,6 @@
1
#!/bin/sh
2
echo "Current branch is ${TRAVIS_BRANCH}"
3
-if [ "$TRAVIS_BRANCH" = "master" ]
+if [ "$TRAVIS_BRANCH" = "master" ] && [ "$TRAVIS_PULL_REQUEST" = "false" ]
4
then
5
echo "Building & publishing"
6
./gradlew :app:publishReleaseApk --daemon --parallel
0 commit comments