Skip to content

Commit 9b7e6b9

Browse files
authored
Merge pull request scratchfoundation#6123 from picklesrus/enable-circle-npm
Step toward GUI migration to circle: have circle deploy to npm
2 parents 4ef6f45 + b77700c commit 9b7e6b9

File tree

1 file changed

+15
-12
lines changed

1 file changed

+15
-12
lines changed

.circleci/config.yml

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -186,22 +186,25 @@ workflows:
186186
- store_dist:
187187
requires:
188188
- build
189-
# Disable deployment while running in parallel with Travis
190-
# - deploy-npm:
189+
- deploy-npm:
190+
requires:
191+
- lint
192+
- unit
193+
- integration
194+
- build
195+
filters:
196+
branches:
197+
only:
198+
- master
199+
- develop
200+
- /^hotfix\/.*/
201+
# - deploy-gh-pages:
191202
# requires:
192203
# - lint
193204
# - unit
194205
# - integration
195206
# - build
196207
# filters:
197208
# branches:
198-
# only:
199-
# - master
200-
# - develop
201-
# - /^hotfix\/.*/
202-
# - deploy-gh-pages:
203-
# requires:
204-
# - lint
205-
# - unit
206-
# - integration
207-
# - build
209+
# ignore:
210+
# - ^dependabot/.*/

0 commit comments

Comments
 (0)