File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change @@ -476,6 +476,11 @@ workflows:
476
476
- build-binaries-aarch64
477
477
- build-binaries-windows
478
478
- build-binaries-mac
479
+ filters :
480
+ branches :
481
+ ignore : /.*/
482
+ tags :
483
+ only : /v[\d\.]+/
479
484
publish-crates :
480
485
jobs :
481
486
- approve-publish-crates :
@@ -494,6 +499,11 @@ workflows:
494
499
name : publish-<< matrix.path >>
495
500
requires :
496
501
- approve-publish-crates
502
+ filters :
503
+ branches :
504
+ ignore : /.*/
505
+ tags :
506
+ only : /v[\d\.]+/
497
507
- publish-crate :
498
508
matrix :
499
509
parameters :
@@ -503,6 +513,11 @@ workflows:
503
513
name : publish-<< matrix.path >>
504
514
requires :
505
515
- publish-common
516
+ filters :
517
+ branches :
518
+ ignore : /.*/
519
+ tags :
520
+ only : /v[\d\.]+/
506
521
- publish-crate :
507
522
matrix :
508
523
parameters :
@@ -516,6 +531,11 @@ workflows:
516
531
name : publish-<< matrix.path >>
517
532
requires :
518
533
- publish-service
534
+ filters :
535
+ branches :
536
+ ignore : /.*/
537
+ tags :
538
+ only : /v[\d\.]+/
519
539
- publish-crate :
520
540
matrix :
521
541
parameters :
@@ -526,6 +546,11 @@ workflows:
526
546
requires :
527
547
- publish-api-client
528
548
- publish-service
549
+ filters :
550
+ branches :
551
+ ignore : /.*/
552
+ tags :
553
+ only : /v[\d\.]+/
529
554
- publish-crate :
530
555
matrix :
531
556
parameters :
@@ -543,3 +568,8 @@ workflows:
543
568
name : publish-<< matrix.path >>
544
569
requires :
545
570
- publish-runtime
571
+ filters :
572
+ branches :
573
+ ignore : /.*/
574
+ tags :
575
+ only : /v[\d\.]+/
You can’t perform that action at this time.
0 commit comments