Skip to content

Commit

Permalink
fix: codeql analysis action
Browse files Browse the repository at this point in the history
Signed-off-by: thediveo <[email protected]>
  • Loading branch information
thediveo committed Jan 30, 2024
1 parent 3b35f03 commit 5ba433b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/codeql-analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@ name: 'CodeQL'

on:
push:
branches: [ main ]
branches:
- master
pull_request:
branches: [ main ]
branches:
- master
- develop
schedule:
- cron: '05 21 * * 1'

Expand Down

0 comments on commit 5ba433b

Please sign in to comment.