Let 'ql/lib' folders trigger the CSV workflow

This commit is contained in:
Tamas Vajk
2021-10-01 16:30:56 +02:00
parent 1ce9426adf
commit ebe0988d9a

View File

@@ -6,6 +6,8 @@ on:
- '.github/workflows/csv-coverage-pr-comment.yml'
- '*/ql/src/**/*.ql'
- '*/ql/src/**/*.qll'
- '*/ql/lib/**/*.ql'
- '*/ql/lib/**/*.qll'
- 'misc/scripts/library-coverage/*.py'
# input data files
- '*/documentation/library-coverage/cwe-sink.csv'