Browse Source

dont deploy on PRs (#2298)

Daniel Zlotin 6 years ago
parent
commit
df97b61c8e
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      .travis.yml

+ 1
- 1
.travis.yml View File

44
           - $HOME/.android/build-cache
44
           - $HOME/.android/build-cache
45
 
45
 
46
     - stage: deploy
46
     - stage: deploy
47
-      if: branch = v2
47
+      if: NOT type = pull_request
48
       env: TYPE=deploy
48
       env: TYPE=deploy
49
       os: linux
49
       os: linux
50
       language: generic
50
       language: generic