Skip to content

Commit eafdca2

Browse files
authored
fix?: ci tag filters (#2008)
1 parent 58633f2 commit eafdca2

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

.circleci/config.yml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -476,6 +476,11 @@ workflows:
476476
- build-binaries-aarch64
477477
- build-binaries-windows
478478
- build-binaries-mac
479+
filters:
480+
branches:
481+
ignore: /.*/
482+
tags:
483+
only: /v[\d\.]+/
479484
publish-crates:
480485
jobs:
481486
- approve-publish-crates:
@@ -494,6 +499,11 @@ workflows:
494499
name: publish-<< matrix.path >>
495500
requires:
496501
- approve-publish-crates
502+
filters:
503+
branches:
504+
ignore: /.*/
505+
tags:
506+
only: /v[\d\.]+/
497507
- publish-crate:
498508
matrix:
499509
parameters:
@@ -503,6 +513,11 @@ workflows:
503513
name: publish-<< matrix.path >>
504514
requires:
505515
- publish-common
516+
filters:
517+
branches:
518+
ignore: /.*/
519+
tags:
520+
only: /v[\d\.]+/
506521
- publish-crate:
507522
matrix:
508523
parameters:
@@ -516,6 +531,11 @@ workflows:
516531
name: publish-<< matrix.path >>
517532
requires:
518533
- publish-service
534+
filters:
535+
branches:
536+
ignore: /.*/
537+
tags:
538+
only: /v[\d\.]+/
519539
- publish-crate:
520540
matrix:
521541
parameters:
@@ -526,6 +546,11 @@ workflows:
526546
requires:
527547
- publish-api-client
528548
- publish-service
549+
filters:
550+
branches:
551+
ignore: /.*/
552+
tags:
553+
only: /v[\d\.]+/
529554
- publish-crate:
530555
matrix:
531556
parameters:
@@ -543,3 +568,8 @@ workflows:
543568
name: publish-<< matrix.path >>
544569
requires:
545570
- publish-runtime
571+
filters:
572+
branches:
573+
ignore: /.*/
574+
tags:
575+
only: /v[\d\.]+/

0 commit comments

Comments
 (0)