Browse Source

👷 Add branch filters for the deploy heroku step

pull/3/head
anthony 5 years ago
parent
commit
53d8bc923c
  1. 8
      .circleci/config.yml

8
.circleci/config.yml

@ -155,7 +155,7 @@ workflows:
- test
- test-e2e
- lint
# filters:
# branches:
# only:
# - main
filters:
branches:
only:
- main
Loading…
Cancel
Save