Skip to content

Commit

Permalink
ci: enable advanced CodeQL SAST analysis for master
Browse files Browse the repository at this point in the history
  • Loading branch information
char0n committed May 16, 2024
1 parent cc3e2ff commit e7bbc5f
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,9 +13,9 @@ name: "CodeQL"

on:
push:
branches: [ "next" ]
branches: [ "next", "master" ]
pull_request:
branches: [ "next" ]
branches: [ "next", "master" ]
schedule:
- cron: '25 20 * * 2'

Expand Down

0 comments on commit e7bbc5f

Please sign in to comment.