Skip to content

Commit

Permalink
Merge pull request #21 from linsyking/dev
Browse files Browse the repository at this point in the history
Add codeql scan on dev
  • Loading branch information
linsyking authored Sep 7, 2023
2 parents 33ae99e + 7739151 commit 0131948
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ name: 'CodeQL'

on:
push:
branches: ['main']
branches: ['main', 'dev']
pull_request:
# The branches below must be a subset of the branches above
branches: ['main']
branches: ['main', 'dev']
schedule:
- cron: '25 19 * * 4'

Expand Down

0 comments on commit 0131948

Please sign in to comment.