Skip to content

Commit 28291b0

Browse files
committed
fix glob
1 parent b0200e5 commit 28291b0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ jobs:
5757
id: filter
5858
with:
5959
filters: |
60-
java-bigquery: java-bigquery
61-
java-bigquerystorage: java-bigquerystorage
62-
java-datastore: java-datastore
60+
java-bigquery: java-bigquery/**
61+
java-bigquerystorage: java-bigquerystorage/**
62+
java-datastore: java-datastore/**
6363
split-units:
6464
runs-on: ubuntu-latest
6565
needs: changes

0 commit comments

Comments
 (0)