Browse Source

💚 Remove branch restrictions to test Netlify deployment

pull/1/head
anthony 5 years ago
parent
commit
bf6bc206e1
  1. 16
      .circleci/config.yml

16
.circleci/config.yml

@ -140,18 +140,18 @@ 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:
requires:

Loading…
Cancel
Save