Skip to content

Commit ddb3dd2

Browse files
committed
CI: disable branch filters
1 parent f524818 commit ddb3dd2

File tree

1 file changed

+28
-28
lines changed

1 file changed

+28
-28
lines changed

.circleci/config.yml

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -503,13 +503,13 @@ workflows:
503503
- 'j17'
504504
- 'j21'
505505
- 'j25'
506-
filters:
507-
tags:
508-
only: /^v.*/
509-
branches:
510-
only:
511-
- main
512-
- next
506+
# filters:
507+
# tags:
508+
# only: /^v.*/
509+
# branches:
510+
# only:
511+
# - main
512+
# - next
513513
- test:
514514
name: test-jackson-<<matrix.args>>
515515
matrix:
@@ -524,13 +524,13 @@ workflows:
524524
- '-Dadb.jackson.version=2.14.3'
525525
- '-Dadb.jackson.version=2.13.5'
526526
- '-Dadb.jackson.version=2.12.7'
527-
filters:
528-
tags:
529-
only: /^v.*/
530-
branches:
531-
only:
532-
- main
533-
- next
527+
# filters:
528+
# tags:
529+
# only: /^v.*/
530+
# branches:
531+
# only:
532+
# - main
533+
# - next
534534
- test:
535535
name: test-native-ssl=<<matrix.ssl>>-<<matrix.graalvm-version>>
536536
matrix:
@@ -545,13 +545,13 @@ workflows:
545545
graalvm-version:
546546
- '25-graalce'
547547
- '21.0.2-graalce'
548-
filters:
549-
tags:
550-
only: /^v.*/
551-
branches:
552-
only:
553-
- main
554-
- next
548+
# filters:
549+
# tags:
550+
# only: /^v.*/
551+
# branches:
552+
# only:
553+
# - main
554+
# - next
555555
- test-shaded:
556556
name: test-native-shaded-ssl=<<matrix.ssl>>-<<matrix.graalvm-version>>
557557
matrix:
@@ -566,13 +566,13 @@ workflows:
566566
graalvm-version:
567567
- '25-graalce'
568568
- '21.0.2-graalce'
569-
filters:
570-
tags:
571-
only: /^v.*/
572-
branches:
573-
only:
574-
- main
575-
- next
569+
# filters:
570+
# tags:
571+
# only: /^v.*/
572+
# branches:
573+
# only:
574+
# - main
575+
# - next
576576

577577
test-non-func:
578578
when:

0 commit comments

Comments
 (0)