Browse Source

👷 Add branch restriction to circle ci deployments

pull/1/head
anthony 5 years ago
parent
commit
79947087a7
  1. 24
      .circleci/config.yml

24
.circleci/config.yml

@ -147,25 +147,25 @@ workflows:
requires:
- test
- lint
# filters:
# branches:
# only:
# - main
filters:
branches:
only:
- main
- deploy-netlify:
requires:
- build-netlify
# filters:
# branches:
# only:
# - main
filters:
branches:
only:
- main
- docker-build:
backendurl: *prod-backend-url
requires:
- test
- lint
# filters:
# branches:
# only:
# - main
filters:
branches:
only:
- main
Loading…
Cancel
Save