From bb3bc1209b20c494cbc8af55a9ef72d752215406 Mon Sep 17 00:00:00 2001 From: Rafal Wilinski Date: Tue, 16 Apr 2019 17:38:47 +0200 Subject: [PATCH] Change deploy branches --- circle.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/circle.yml b/circle.yml index 9c2c40e..72fe5dd 100644 --- a/circle.yml +++ b/circle.yml @@ -3,7 +3,7 @@ version: 2 defaults: &defaults working_directory: ~/repo docker: - - image: circleci/node:8.9.1 + - image: circleci/node:8.10.0 jobs: test: @@ -47,7 +47,8 @@ workflows: only: /.*/ - deploy: filters: - tags: - only: /.*/ + branches: + only: + - master requires: - test