diff options
author | eug-vs <eug-vs@keemail.me> | 2020-04-07 16:08:33 +0300 |
---|---|---|
committer | eug-vs <eug-vs@keemail.me> | 2020-04-07 16:08:33 +0300 |
commit | 49c6c31b110f3f319880d99b8a286953d21e81f3 (patch) | |
tree | 6177bbb778d03eb0c8f676fe37af832482db9cae | |
parent | 64f42aebcafda068f4b7972c2f635b051bfdaea2 (diff) | |
download | react-benzin-49c6c31b110f3f319880d99b8a286953d21e81f3.tar.gz |
fix: correct circle config
-rw-r--r-- | .circleci/config.yml | 6 |
1 files changed, 6 insertions, 0 deletions
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: |