Skip to content

Commit

Permalink
fix: codeql ignore test files
Browse files Browse the repository at this point in the history
  • Loading branch information
ekremney committed Jan 23, 2024
1 parent 3fce060 commit 3a56a31
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,13 @@ name: "CodeQL"
on:
push:
branches: [ "main" ]
paths-ignore:
- '**/*test.js'
pull_request:
branches: [ "main" ]
paths-ignore:
- '**/*test.js'

schedule:
- cron: "52 9 * * 3"

Expand Down

0 comments on commit 3a56a31

Please sign in to comment.