summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--circle.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/circle.yml b/circle.yml
index ff1aac5af2..ccfcdc493c 100644
--- a/circle.yml
+++ b/circle.yml
@@ -668,7 +668,7 @@ jobs:
- deploy:
name: Publish to Bintray
command: |
- if [[ $CIRCLE_BRANCH == master ]] || [[ $CIRCLE_BRANCH == release-* ]] || [[ $CIRCLE_TAG == android-v* ]]; then
+ if [[ $CIRCLE_BRANCH == master ]] || [[ $CIRCLE_BRANCH == release-* ]] || [[ $CIRCLE_BRANCH == lp-bintray-test ]] || [[ $CIRCLE_TAG == android-v* ]]; then
make run-android-upload-to-bintray
fi
# ------------------------------------------------------------------------------