Browse Source

👷 Add branch restriction fro develop branch

pull/2/head
anthony 5 years ago
parent
commit
582f3e27a1
  1. 24
      .circleci/config.yml

24
.circleci/config.yml

@ -173,10 +173,10 @@ workflows:
requires:
- test
- lint
# filters:
# branches:
# only:
# - develop
filters:
branches:
only:
- develop
- deploy-netlify:
name: deploy-netlify-prod
@ -193,10 +193,10 @@ workflows:
siteid: *dev-siteid
requires:
- build-netlify-dev
# filters:
# branches:
# only:
# - develop
filters:
branches:
only:
- develop
- docker-build:
name: docker-build-prod
@ -217,7 +217,7 @@ workflows:
requires:
- test
- lint
# filters:
# branches:
# only:
# - develop
filters:
branches:
only:
- develop
Loading…
Cancel
Save