Skip to content

Commit ab046a7

Browse files
committed
updating circle config
1 parent 93893ed commit ab046a7

File tree

1 file changed

+3
-18
lines changed

1 file changed

+3
-18
lines changed

.circleci/config.yml

+3-18
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,6 @@ workflows:
302302
ignore:
303303
- gh-pages
304304
- /docs?/.*/
305-
- master
306305
tags:
307306
only: /.*/
308307

@@ -314,31 +313,17 @@ workflows:
314313
ignore:
315314
- gh-pages
316315
- /docs?/.*/
317-
- master
318316
tags:
319317
only: /.*/
320318

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-
- master
333319
# Push the gallery back to Github pages
334320
- deploy:
335321
requires:
336-
- hold
322+
- build
323+
- update_cache
337324
filters:
338325
branches:
339-
ignore:
340-
- gh-pages
341-
- /docs?/.*/
326+
only:
342327
- master
343328
tags:
344329
only: /.*/

0 commit comments

Comments
 (0)