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