mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-02-10 18:05:32 +08:00
Disable codeql scanning on pull_request event (#2843)
This commit is contained in:
10
.github/workflows/codeql.yaml
vendored
10
.github/workflows/codeql.yaml
vendored
@ -10,15 +10,7 @@ on:
|
||||
- '**/README.md'
|
||||
- '**/LICENSE'
|
||||
- '.github/**'
|
||||
pull_request:
|
||||
branches:
|
||||
- 'master'
|
||||
- 'hotfix/**'
|
||||
- 'release/**'
|
||||
paths-ignore:
|
||||
- '**/README.md'
|
||||
- '**/LICENSE'
|
||||
- '.github/**'
|
||||
|
||||
schedule:
|
||||
- cron: '0 0 * * 6'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user