Skip to content

Commit

Permalink
ci: ignore _data changes in codeQL
Browse files Browse the repository at this point in the history
  • Loading branch information
JesperDramsch committed Dec 30, 2024
1 parent bd069ce commit 2f583d4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,12 @@ name: CodeQL Analysis
on:
push:
branches: [ main, master ]
paths-ignore:
- '_data/**'
pull_request:
branches: [ main, master ]
paths-ignore:
- '_data/**'
schedule:
- cron: '0 0 * * 0'

Expand Down

0 comments on commit 2f583d4

Please sign in to comment.