mirror of
https://github.com/ONLYOFFICE/sdkjs.git
synced 2026-02-10 18:15:19 +08:00
* Disable scanning on `pull_request` event Also, use custom config file for make scanning more flexible and ignore some unimportant paths * Add custom config file for codeql
5 lines
59 B
YAML
5 lines
59 B
YAML
paths-ignore:
|
|
- 'build/**'
|
|
- 'tests/**'
|
|
- 'tools/**'
|