Skip to content

Commit

Permalink
CodeQL: limit scans
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-c authored Jan 9, 2023
1 parent de7f1ad commit 7152c43
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ name: "Code scanning - action"

on:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
- cron: '0 17 * * 0'

Expand Down

0 comments on commit 7152c43

Please sign in to comment.