Skip to content

Commit c1cf28a

Browse files
committed
Update snapshot workflow to build snapshot only in case of real changes
1 parent 1754020 commit c1cf28a

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.github/workflows/snapshot_release.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,13 @@ on:
44
push:
55
branches:
66
- main
7-
paths-ignore:
8-
- 'changelog_config.json'
9-
- 'README.md'
10-
- 'benchmark/*'
11-
- '.github/workflows/platform-benchmark.yml'
12-
- '.github/workflows/benchmark.yml'
7+
paths:
8+
- 'build.gradle.kts'
9+
- 'gradle.properties'
10+
- 'json-schema-validator/*'
11+
- 'gradle/*'
12+
- 'generator/*'
13+
- '.github/workflows/snapshot_release.yml'
1314

1415
jobs:
1516
build-and-test:

0 commit comments

Comments
 (0)