Skip to content

Commit b17ffbd

Browse files
committed
Include all .ql and .qll files in PR path triggers
1 parent d4f1cbe commit b17ffbd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/csv-coverage.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ on:
1313
pull_request:
1414
paths:
1515
- '.github/workflows/csv-coverage.yml'
16-
- 'java/ql/src/meta/frameworks/Coverage.ql'
16+
- '*/ql/src/**/*.ql'
17+
- '*/ql/src/**/*.qll'
1718
- 'misc/scripts/library-coverage/*.py'
1819
# input data files
1920
- '*/documentation/library-coverage/cwe-sink.csv'

0 commit comments

Comments
 (0)