Skip to content

Commit

Permalink
CodeQL: ignore non-code files (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
zefir-git authored Aug 5, 2024
2 parents 9f9adb6 + e1ca55d commit 1f5ee05
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,20 @@ name: "CodeQL"
on:
push:
branches: [ "main" ]
paths-ignore:
- '**/*.json'
- '**/*.md'
- 'opeanapi.yaml'
- '.idea/'
- '.gitignore'
pull_request:
branches: [ "main" ]
paths-ignore:
- '**/*.json'
- '**/*.md'
- 'opeanapi.yaml'
- '.idea/'
- '.gitignore'
schedule:
- cron: "0 6 * * 1"

Expand Down

0 comments on commit 1f5ee05

Please sign in to comment.