We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93893ed commit ab046a7Copy full SHA for ab046a7
.circleci/config.yml
@@ -302,7 +302,6 @@ workflows:
302
ignore:
303
- gh-pages
304
- /docs?/.*/
305
- - master
306
tags:
307
only: /.*/
308
@@ -314,31 +313,17 @@ workflows:
314
313
315
316
317
318
319
320
321
- # Hold to manually approve art
322
- - hold:
323
- type: approval
324
- requires:
325
- - build
326
- - update_cache
327
- filters:
328
- branches:
329
- ignore:
330
- - gh-pages
331
- - /docs?/.*/
332
333
# Push the gallery back to Github pages
334
- deploy:
335
requires:
336
- - hold
+ - build
+ - update_cache
337
filters:
338
branches:
339
340
341
+ only:
342
- master
343
344
0 commit comments