We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3000c3b commit 6884335Copy full SHA for 6884335
.github/workflows/benchmark.yml
@@ -31,9 +31,9 @@ on:
31
paths:
32
- 'build.gradle.kts'
33
- 'gradle.properties'
34
- - 'json-schema-validator/*'
35
- - 'gradle/*'
36
- - 'generator/*'
+ - 'json-schema-validator/**'
+ - 'gradle/**'
+ - 'generator/**'
37
- '.github/workflows/benchmark.yml'
38
pull_request:
39
.github/workflows/snapshot_release.yml
@@ -7,9 +7,9 @@ on:
7
8
9
10
11
12
13
- '.github/workflows/snapshot_release.yml'
14
15
jobs:
0 commit comments