We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4ef6f45 + b77700c commit 9b7e6b9Copy full SHA for 9b7e6b9
.circleci/config.yml
@@ -186,22 +186,25 @@ workflows:
186
- store_dist:
187
requires:
188
- build
189
- # Disable deployment while running in parallel with Travis
190
- # - deploy-npm:
+ - deploy-npm:
+ 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:
202
# requires:
203
# - lint
204
# - unit
205
# - integration
206
# - build
207
# filters:
208
# branches:
- # only:
- # - master
- # - develop
- # - /^hotfix\/.*/
- # - deploy-gh-pages:
- # requires:
- # - lint
- # - unit
- # - integration
- # - build
209
+ # ignore:
210
+ # - ^dependabot/.*/
0 commit comments