Browse Source

modif config.yml 2

master
Johann 6 years ago
parent
commit
1801abbb3a
  1. 8
      .circleci/config.yml

8
.circleci/config.yml

@ -155,7 +155,7 @@ workflows:
- back-test-unit - back-test-unit
filters: filters:
branches: branches:
only: main
only: master
- back-deploy-heroku: - back-deploy-heroku:
requires: requires:
- build - build
@ -164,7 +164,7 @@ workflows:
- back-test-unit - back-test-unit
filters: filters:
branches: branches:
only: main
only: master
- server-doc-build: - server-doc-build:
requires: requires:
- build - build
@ -173,10 +173,10 @@ workflows:
- back-test-unit - back-test-unit
filters: filters:
branches: branches:
only: main
only: master
- server-doc-deploy: - server-doc-deploy:
requires: requires:
- server-doc-build - server-doc-build
filters: filters:
branches: branches:
only: main
only: master
Loading…
Cancel
Save