From 9a90e58f0caa12706e8f8b2f30ca81f2c7ad2475 Mon Sep 17 00:00:00 2001 From: maurizio vitale Date: Wed, 21 Aug 2019 11:46:58 +0100 Subject: [PATCH] Run the deploy Pr only for PR --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 903d946ae6..fcb9424aee 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,6 +26,7 @@ stages: - name: Unit test - name: e2e Test - name: Deploy PR + if: type = pull_request - name: Release on npm if: branch = development AND type = push