From 39dfc10361e7fd3c1b496b60a674301e4fad3649 Mon Sep 17 00:00:00 2001 From: libremente Date: Thu, 7 Feb 2019 14:52:26 +0100 Subject: [PATCH] fix: changed circleci target branch --- .circleci/config.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 117c167..454e155 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -14,12 +14,12 @@ jobs: - checkout # npm build - - run: - name: npm install - command: npm install - run: name: npm lint command: npm run lint + - run: + name: npm install + command: npm install workflows: version: 2 @@ -29,6 +29,5 @@ workflows: filters: branches: only: - - deployment-config - #- master + - master