mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
Include paths on pull_request event trigger for compile-queries.yml workflow
This commit is contained in:
5
.github/workflows/compile-queries.yml
vendored
5
.github/workflows/compile-queries.yml
vendored
@@ -7,6 +7,11 @@ on:
|
|||||||
- "rc/*"
|
- "rc/*"
|
||||||
- "codeql-cli-*"
|
- "codeql-cli-*"
|
||||||
pull_request:
|
pull_request:
|
||||||
|
paths:
|
||||||
|
- '*.ql'
|
||||||
|
- '*.qll'
|
||||||
|
- '**/qlpack.yml'
|
||||||
|
- '*.dbscheme'
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
|
|||||||
Reference in New Issue
Block a user