File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -499,6 +499,11 @@ workflows:
499
499
jdk :
500
500
- ' j17'
501
501
- ' j21'
502
+ filters :
503
+ tags :
504
+ only : /^v.*/
505
+ branches :
506
+ ignore : /.*/
502
507
- test :
503
508
name : test-jackson-<<matrix.args>>
504
509
matrix :
@@ -517,8 +522,7 @@ workflows:
517
522
tags :
518
523
only : /^v.*/
519
524
branches :
520
- only :
521
- - next
525
+ ignore : /.*/
522
526
- test :
523
527
name : test-native-ssl=<<matrix.ssl>>-<<matrix.graalvm-version>>
524
528
matrix :
@@ -537,8 +541,7 @@ workflows:
537
541
tags :
538
542
only : /^v.*/
539
543
branches :
540
- only :
541
- - next
544
+ ignore : /.*/
542
545
- test-shaded :
543
546
name : test-native-shaded-ssl=<<matrix.ssl>>-<<matrix.graalvm-version>>
544
547
matrix :
@@ -557,8 +560,7 @@ workflows:
557
560
tags :
558
561
only : /^v.*/
559
562
branches :
560
- only :
561
- - next
563
+ ignore : /.*/
562
564
563
565
test-non-func :
564
566
when :
@@ -599,5 +601,4 @@ workflows:
599
601
tags :
600
602
only : /^deploy.*/
601
603
branches :
602
- only :
603
- - next
604
+ ignore : /.*/
You can’t perform that action at this time.
0 commit comments