Browse Source

💚 Remove docker build branch restrictions

pull/4/head
anthony 5 years ago
parent
commit
996f59545e
  1. 8
      .circleci/config.yml

8
.circleci/config.yml

@ -156,10 +156,10 @@ workflows:
- test
- test-e2e
- lint
filters:
branches:
only:
- main
# filters:
# branches:
# only:
# - main
- deploy-heroku:
requires:
- test

Loading…
Cancel
Save