1
0
Fork 0
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:
Nobuyoshi Nakada 2021-10-29 11:04:39 +09:00
parent ffd8592ebc
commit 27220b2fe4
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6

View file

@ -2,7 +2,15 @@ name: "Code scanning - action"
on:
push:
paths-ignore:
- 'doc/**'
- '**.md'
- '**.rdoc'
pull_request:
paths-ignore:
- 'doc/**'
- '**.md'
- '**.rdoc'
schedule:
- cron: '0 12 * * 4'