Skip to content

Commit

Permalink
Codeql on PRs (#352)
Browse files Browse the repository at this point in the history
* Codeql on PRs

* allow empty
  • Loading branch information
mvpatel2000 committed Jun 22, 2023
1 parent 7731106 commit 38361a6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ name: 'CodeQL'
on:
push:
branches: [main]
pull_request:
# The branches below must be a subset of the branches above
branches: [main]
schedule:
- cron: '0 9 * * 1' # Every Monday at 09:00 (9:00 AM)

Expand Down

0 comments on commit 38361a6

Please sign in to comment.