diff --git a/.github/workflows/resources/filter/filters.yml b/.github/workflows/resources/filter/filters.yml index ebe98bddcd89d..0850fbc9c2924 100644 --- a/.github/workflows/resources/filter/filters.yml +++ b/.github/workflows/resources/filter/filters.yml @@ -22,9 +22,9 @@ pipeline: - '.github/workflows/e2e-operation.yml' - 'infra/**/src/main/**' - 'mode/**/src/main/**' - - 'features/encrypt/src/main/**' - - 'features/features/readwrite-splitting/src/main/**' - - 'features/sharding/src/main/**' + - 'features/encrypt/**/src/main/**' + - 'features/readwrite-splitting/**/src/main/**' + - 'features/sharding/**/src/main/**' - 'proxy/**/src/main/**' - 'jdbc/core/src/main/**' - '**/*-distsql*/**/src/main/**'