chore: ignore text file in CodeQL workflow

This commit is contained in:
Hintay 2024-07-31 00:43:29 +09:00
parent 2a03eb7740
commit 02b4a99160
No known key found for this signature in database
GPG key ID: 120FC7FF121F2F2D

View file

@ -17,6 +17,9 @@ on:
branches: [ "dev" ]
pull_request:
branches: [ "dev" ]
paths-ignore:
- '**/*.md'
- '**/*.ini'
schedule:
- cron: '34 6 * * *'