mirror of https://github.com/leafspark/AutoGGUF
ci: disable .md and .txt CodeQL analysis
This commit is contained in:
parent
e867a9e5cf
commit
ea4f0a0c41
|
@ -14,8 +14,14 @@ name: "CodeQL"
|
|||
on:
|
||||
push:
|
||||
branches: [ "main" ]
|
||||
paths-ignore:
|
||||
- '**/*.md'
|
||||
- '**/*.txt'
|
||||
pull_request:
|
||||
branches: [ "main" ]
|
||||
paths-ignore:
|
||||
- '**/*.md'
|
||||
- '**/*.txt'
|
||||
schedule:
|
||||
- cron: '21 20 * * 6'
|
||||
|
||||
|
|
Loading…
Reference in New Issue