From 49c6c31b110f3f319880d99b8a286953d21e81f3 Mon Sep 17 00:00:00 2001 From: eug-vs Date: Tue, 7 Apr 2020 16:08:33 +0300 Subject: fix: correct circle config --- .circleci/config.yml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.circleci') diff --git a/.circleci/config.yml b/.circleci/config.yml index e3c381b..6d97946 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -76,6 +76,9 @@ workflows: deploy: jobs: - checkout_and_test: + filters: + branches: + only: develop - deploy_pages: filters: branches: @@ -86,6 +89,9 @@ workflows: publish: jobs: - checkout_and_test: + filters: + branches: + only: master - publish_package: filters: branches: -- cgit v1.2.3