Skip to content

Commit cba9e0b

Browse files
committed
Fix paths in check-change-note
Library pack changes were being ignored.
1 parent 9441ea9 commit cba9e0b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/check-change-note.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@ on:
66
paths:
77
- "*/ql/src/**/*.ql"
88
- "*/ql/src/**/*.qll"
9+
- "*/ql/lib/**/*.ql"
10+
- "*/ql/lib/**/*.qll"
911
- "!**/experimental/**"
1012
- "!ql/**"
11-
- ".github/workflows/check-change-not.yml"
13+
- ".github/workflows/check-change-note.yml"
1214

1315
jobs:
1416
check-change-note:

0 commit comments

Comments
 (0)