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:
|
on:
|
||||||
push:
|
push:
|
||||||
paths: ["**.js"]
|
paths: ["_javascript/**.js"]
|
||||||
pull_request:
|
pull_request:
|
||||||
paths: ["**.js"]
|
paths: ["_javascript/**.js"]
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "0 0 * * 5"
|
- cron: "0 0 * * 5"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue