Skip to content

Commit

Permalink
Add develop branch for earlier warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
shadowspawn authored and abetomo committed May 29, 2022
1 parent fd24e92 commit 3e202f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Expand Up @@ -2,10 +2,10 @@ name: "CodeQL"

on:
push:
branches: [ master ]
branches: [ master, develop ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ master ]
branches: [ master, develop ]
schedule:
- cron: '27 5 * * 6'

Expand Down

0 comments on commit 3e202f3

Please sign in to comment.