Skip to content

Commit

Permalink
misc: Limit CodeQL analysis to PRs targeting main
Browse files Browse the repository at this point in the history
  • Loading branch information
jmooring committed Sep 19, 2023
1 parent d425d60 commit 2d38547
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/codeql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@
name: "CodeQL"

on:
push:
branches: [ "main" ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ "main" ]
schedule:
- cron: '32 3 * * 6'
Expand Down

0 comments on commit 2d38547

Please sign in to comment.