Browse Source

update config.yml

main
khelia 5 years ago
parent
commit
7c9d6e48b9
  1. 7
      .circleci/config.yml

7
.circleci/config.yml

@ -27,6 +27,13 @@ workflows:
branches: branches:
only: only:
- main - main
- deploy:
requires:
- test
filters:
branches:
only:
- main
jobs: jobs:
build: build:
docker: docker:

Loading…
Cancel
Save