Skip to content

Commit 6884335

Browse files
committed
Fix workflows path filters
1 parent 3000c3b commit 6884335

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/benchmark.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ on:
3131
paths:
3232
- 'build.gradle.kts'
3333
- 'gradle.properties'
34-
- 'json-schema-validator/*'
35-
- 'gradle/*'
36-
- 'generator/*'
34+
- 'json-schema-validator/**'
35+
- 'gradle/**'
36+
- 'generator/**'
3737
- '.github/workflows/benchmark.yml'
3838
pull_request:
3939

.github/workflows/snapshot_release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ on:
77
paths:
88
- 'build.gradle.kts'
99
- 'gradle.properties'
10-
- 'json-schema-validator/*'
11-
- 'gradle/*'
12-
- 'generator/*'
10+
- 'json-schema-validator/**'
11+
- 'gradle/**'
12+
- 'generator/**'
1313
- '.github/workflows/snapshot_release.yml'
1414

1515
jobs:

0 commit comments

Comments
 (0)