Skip to content

Commit

Permalink
chore: ignore text file in CodeQL workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Hintay committed Jul 30, 2024
1 parent 2a03eb7 commit 02b4a99
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ on:
branches: [ "dev" ]
pull_request:
branches: [ "dev" ]
paths-ignore:
- '**/*.md'
- '**/*.ini'
schedule:
- cron: '34 6 * * *'

Expand Down

0 comments on commit 02b4a99

Please sign in to comment.