mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Skip CodeQL if only document files changed [ci skip]
This commit is contained in:
parent
ffd8592ebc
commit
27220b2fe4
1 changed files with 8 additions and 0 deletions
8
.github/workflows/codeql-analysis.yml
vendored
8
.github/workflows/codeql-analysis.yml
vendored
|
@ -2,7 +2,15 @@ name: "Code scanning - action"
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
paths-ignore:
|
||||||
|
- 'doc/**'
|
||||||
|
- '**.md'
|
||||||
|
- '**.rdoc'
|
||||||
pull_request:
|
pull_request:
|
||||||
|
paths-ignore:
|
||||||
|
- 'doc/**'
|
||||||
|
- '**.md'
|
||||||
|
- '**.rdoc'
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 12 * * 4'
|
- cron: '0 12 * * 4'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue