build(security): improve paths filter for CodeQL
This commit is contained in:
parent
c13ec31163
commit
f3ea7e9887
1 changed files with 2 additions and 2 deletions
4
.github/workflows/codeql.yml
vendored
4
.github/workflows/codeql.yml
vendored
|
@ -2,9 +2,9 @@ name: "CodeQL"
|
|||
|
||||
on:
|
||||
push:
|
||||
paths: ["**.js"]
|
||||
paths: ["_javascript/**.js"]
|
||||
pull_request:
|
||||
paths: ["**.js"]
|
||||
paths: ["_javascript/**.js"]
|
||||
schedule:
|
||||
- cron: "0 0 * * 5"
|
||||
|
||||
|
|
Loading…
Reference in a new issue