Skip to content
Snippets Groups Projects
Commit a3400b3b authored by rschamp's avatar rschamp
Browse files

Disable publishing

While CircleCI is running in parallel with Travis, let Travis continue to handle the deployments.
parent 7070b195
Branches
Tags
No related merge requests found
......@@ -186,22 +186,22 @@ workflows:
- store_dist:
requires:
- build
- deploy-npm:
requires:
- lint
- unit
- integration
- build
filters:
branches:
only:
- master
- develop
- circle
- /^hotfix\/.*/
- deploy-gh-pages:
requires:
- lint
- unit
- integration
- build
# Disable deployment while running in parallel with Travis
# - deploy-npm:
# requires:
# - lint
# - unit
# - integration
# - build
# filters:
# branches:
# only:
# - master
# - develop
# - /^hotfix\/.*/
# - deploy-gh-pages:
# requires:
# - lint
# - unit
# - integration
# - build
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment