From 36109826138affa76483249aee25a20bc682cacc Mon Sep 17 00:00:00 2001 From: Amit Jakubowicz Date: Thu, 1 Aug 2019 10:37:54 +0200 Subject: [PATCH] Only tags --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9dc5967..5ec94c5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,7 +8,7 @@ deploy_staging: stage: deploy environment: staging only: - - master + - tags script: - curl -o- -L https://yarnpkg.com/install.sh | bash - yarn global add typescript