Browse Source

👷 Add filters for docker build step

pull/2/head
anthony 5 years ago
parent
commit
c820c105ef
  1. 9
      .circleci/config.yml

9
.circleci/config.yml

@ -123,8 +123,7 @@ workflows:
- test
- test-e2e
- lint
# Add it before pull request
# filters:
# branches:
# only:
# - main
filters:
branches:
only:
- main
Loading…
Cancel
Save