Skip to content

Commit 154fcc1

Browse files
authored
Update changelog-verification.yml to only trigger java change
1 parent 95b9fa2 commit 154fcc1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/changelog-verification.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ on:
99
types: [ opened, synchronize, reopened, labeled, unlabeled ]
1010
branches:
1111
- master
12+
paths:
13+
- '**/*.java'
1214

1315
jobs:
1416
changelog-verification:
@@ -26,4 +28,4 @@ jobs:
2628
echo "::error ::No new/updated changelog entry found in /.changes/next-release directory. Please either:"
2729
echo "::error ::* Add a changelog entry (see CONTRIBUTING.md for instructions) –or–"
2830
echo "::error ::* Add the 'changelog-not-required' label to this PR (in rare cases not warranting a changelog entry)"
29-
exit 1
31+
exit 1

0 commit comments

Comments
 (0)