Run the deploy Pr only for PR

This commit is contained in:
maurizio vitale
2019-08-21 11:46:58 +01:00
parent 8875113a4a
commit 9a90e58f0c
+1
View File
@@ -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