ci: disable .md and .txt CodeQL analysis

This commit is contained in:
leafspark 2024-08-15 18:23:42 -07:00 committed by GitHub
parent e867a9e5cf
commit ea4f0a0c41
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 0 deletions

View File

@ -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'