Skip to content

Commit 7347852

Browse files
authored
chore(ci): add ignored paths for codeql action
1 parent 5319363 commit 7347852

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,13 @@ name: "CodeQL"
22

33
on:
44
push:
5+
paths-ignore:
6+
- '*.md'
57
pull_request:
68
# The branches below must be a subset of the branches above
79
branches: [ main ]
10+
paths-ignore:
11+
- '*.md'
812
schedule:
913
- cron: '0 0 * * *'
1014

0 commit comments

Comments
 (0)