Skip to content

Commit

Permalink
Only run codeql.yml for the main branch.
Browse files Browse the repository at this point in the history
Resolve #701

Signed-off-by: Ross Goldberg <[email protected]>
  • Loading branch information
rgoldberg committed Jan 4, 2025
1 parent 893edac commit 37a3c29
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
name: CodeQL
on:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
- cron: 44 14 * * 4
workflow_dispatch:
Expand Down

0 comments on commit 37a3c29

Please sign in to comment.