Skip to content

Commit 2f583d4

Browse files
committed
ci: ignore _data changes in codeQL
1 parent bd069ce commit 2f583d4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/codeql.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,12 @@ name: CodeQL Analysis
44
on:
55
push:
66
branches: [ main, master ]
7+
paths-ignore:
8+
- '_data/**'
79
pull_request:
810
branches: [ main, master ]
11+
paths-ignore:
12+
- '_data/**'
913
schedule:
1014
- cron: '0 0 * * 0'
1115

0 commit comments

Comments
 (0)