Skip to content

Commit 380d238

Browse files
committed
QL: run the QL-for-QL tests when a nested folder is changed
1 parent 8fbd056 commit 380d238

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ql-for-ql-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ on:
44
push:
55
branches: [main]
66
paths:
7-
- ql/*
7+
- "ql/**"
88
pull_request:
99
branches: [main]
1010
paths:
11-
- ql/*
11+
- "ql/**"
1212

1313
env:
1414
CARGO_TERM_COLOR: always

0 commit comments

Comments
 (0)