Ver Fonte

Fixed Travis issue with deploy stage in PRs

Christopher Haster há 7 anos atrás
pai
commit
155224600a
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -220,4 +220,4 @@ after_success:
 stages:
     - name: test
     - name: deploy
-      if: branch = master
+      if: branch = master AND type = push