Skip to content

Commit

Permalink
chore: Fix CodeQL configuration on next (#11801)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimblanc authored Aug 15, 2023
1 parent 173ac13 commit aeb1d08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
push:
branches: ['*']
pull_request:
branches: ['main']
branches: ['main', 'next']
schedule:
# Run every Tuesday at midnight GMT
- cron: '0 0 * * 2'
Expand Down

0 comments on commit aeb1d08

Please sign in to comment.