Skip to content

Commit

Permalink
Fix CodeQL workflow to run on develop (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
r0x0d authored Jan 14, 2025
1 parent a1cab7b commit 52d76b1
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 Advanced"

on:
push:
branches: [ "main" ]
branches: [ "main", "develop" ]
pull_request:
branches: [ "main" ]
branches: [ "main", "develop" ]
schedule:
- cron: '20 17 * * 4'

Expand Down

0 comments on commit 52d76b1

Please sign in to comment.