Browse Source

👷 Restrict heroku dev env to develop branch

pull/5/head
anthony 5 years ago
parent
commit
b97077c7bd
  1. 8
      .circleci/config.yml

8
.circleci/config.yml

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