Skip to content

Commit

Permalink
Update codeql.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldsmith authored Jan 4, 2025
1 parent ac7cb4c commit 8be6146
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,13 @@ name: "CodeQL Advanced"

on:
push:
branches: [ "master" ]
paths-ignore:
- 'README.md'
- 'doc/**'
pull_request:
branches: [ "master" ]
paths-ignore:
- 'README.md'
- 'doc/**'
schedule:
- cron: '39 1 * * 3'

Expand Down

0 comments on commit 8be6146

Please sign in to comment.