Skip to content

Commit

Permalink
Fix a GitHub workflow schema issue
Browse files Browse the repository at this point in the history
  • Loading branch information
kurtmckee authored and michaelmior committed Jan 16, 2024
1 parent 2b50a1b commit d5e1d6b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ name: "CodeQL"

on:
push:
branches: "master"
branches:
- "master"
pull_request:
branches: "master"
branches:
- "master"
schedule:
- cron: '39 16 * * 5'

Expand Down

0 comments on commit d5e1d6b

Please sign in to comment.