Skip to content

Commit

Permalink
Merge pull request #19 from paulgear/bugfix/codeql-branch
Browse files Browse the repository at this point in the history
Point CodeQL at the right branch
  • Loading branch information
paulgear authored Sep 25, 2023
2 parents b12ea6e + 65f17d3 commit 9c9d4e2
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,12 @@
name: "CodeQL"

on:
workflow_dispatch:
push:
branches: [ master ]
branches: [ main ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ master ]
schedule:
- cron: '33 19 * * 2'
branches: [ main ]

jobs:
analyze:
Expand Down

0 comments on commit 9c9d4e2

Please sign in to comment.