Skip to content

Commit 02b4a99

Browse files
committed
chore: ignore text file in CodeQL workflow
1 parent 2a03eb7 commit 02b4a99

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/codeql.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ on:
1717
branches: [ "dev" ]
1818
pull_request:
1919
branches: [ "dev" ]
20+
paths-ignore:
21+
- '**/*.md'
22+
- '**/*.ini'
2023
schedule:
2124
- cron: '34 6 * * *'
2225

0 commit comments

Comments
 (0)