Skip to content

Commit e1cc90f

Browse files
committed
update paths-ignore for CHANGELOG.md in validation.yml
1 parent 1629e4d commit e1cc90f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/validation.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,12 @@ on:
55
branches:
66
- main
77
paths-ignore:
8-
- '**/CHANGELOG.md'
8+
- 'tools/idea-plugin/CHANGELOG.md'
9+
- 'gradle.properties'
910
pull_request:
1011
paths-ignore:
11-
- '**/CHANGELOG.md'
12+
- 'tools/idea-plugin/CHANGELOG.md'
13+
- 'gradle.properties'
1214
workflow_dispatch:
1315

1416
concurrency:

0 commit comments

Comments
 (0)