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
- test-e2e - test-e2e
- lint - lint
filters:
branches:
only:
- main
# filters:
# branches:
# only:
# - main
- deploy-heroku: - deploy-heroku:
requires: requires:
- test - test

Loading…
Cancel
Save