Skip to content

Commit

Permalink
CodeQL workflow to ignore non-code files
Browse files Browse the repository at this point in the history
  • Loading branch information
Zerpet committed Oct 29, 2024
1 parent d97778c commit b304742
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,19 @@ name: "CodeQL"
on:
push:
branches: [ main ]
paths-ignore:
- 'docs/**'
- '*.md'
- 'LICENSE.txt'
- 'PROJECT'
pull_request:
# The branches below must be a subset of the branches above
branches: [ main ]
paths-ignore:
- 'docs/**'
- '*.md'
- 'LICENSE.txt'
- 'PROJECT'
schedule:
- cron: '0 0 * * 0'

Expand Down

0 comments on commit b304742

Please sign in to comment.