Fix paths in check-change-note

Library pack changes were being ignored.
This commit is contained in:
Andrew Eisenberg
2022-02-10 14:36:23 -08:00
parent 9441ea940c
commit cba9e0b267

View File

@@ -6,9 +6,11 @@ on:
paths:
- "*/ql/src/**/*.ql"
- "*/ql/src/**/*.qll"
- "*/ql/lib/**/*.ql"
- "*/ql/lib/**/*.qll"
- "!**/experimental/**"
- "!ql/**"
- ".github/workflows/check-change-not.yml"
- ".github/workflows/check-change-note.yml"
jobs:
check-change-note: