Browse Source

Fixed Travis issue with deploy stage in PRs

Christopher Haster 7 years ago
parent
commit
155224600a
1 changed files with 1 additions and 1 deletions
  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