Make check-change-note workflow include shared

This commit is contained in:
Owen Mansel-Chan
2023-10-27 11:26:13 +01:00
parent 9652679c6f
commit 1db622e740

View File

@@ -9,6 +9,8 @@ on:
- "*/ql/lib/**/*.ql"
- "*/ql/lib/**/*.qll"
- "*/ql/lib/**/*.yml"
- "shared/**/*.ql"
- "shared/**/*.qll"
- "!**/experimental/**"
- "!ql/**"
- ".github/workflows/check-change-note.yml"