Skip to content

Commit b89ae02

Browse files
committed
CI: update
1 parent 27005be commit b89ae02

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

.circleci/config.yml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -499,6 +499,11 @@ workflows:
499499
jdk:
500500
- 'j17'
501501
- 'j21'
502+
filters:
503+
tags:
504+
only: /^v.*/
505+
branches:
506+
ignore: /.*/
502507
- test:
503508
name: test-jackson-<<matrix.args>>
504509
matrix:
@@ -517,8 +522,7 @@ workflows:
517522
tags:
518523
only: /^v.*/
519524
branches:
520-
only:
521-
- next
525+
ignore: /.*/
522526
- test:
523527
name: test-native-ssl=<<matrix.ssl>>-<<matrix.graalvm-version>>
524528
matrix:
@@ -537,8 +541,7 @@ workflows:
537541
tags:
538542
only: /^v.*/
539543
branches:
540-
only:
541-
- next
544+
ignore: /.*/
542545
- test-shaded:
543546
name: test-native-shaded-ssl=<<matrix.ssl>>-<<matrix.graalvm-version>>
544547
matrix:
@@ -557,8 +560,7 @@ workflows:
557560
tags:
558561
only: /^v.*/
559562
branches:
560-
only:
561-
- next
563+
ignore: /.*/
562564

563565
test-non-func:
564566
when:
@@ -599,5 +601,4 @@ workflows:
599601
tags:
600602
only: /^deploy.*/
601603
branches:
602-
only:
603-
- next
604+
ignore: /.*/

0 commit comments

Comments
 (0)