Skip to content

Commit 3e32b4c

Browse files
MAINT:Enable CodeQL scanning for dev branch PRs
1 parent 40ec6f5 commit 3e32b4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: "CodeQL Security Scan"
22

33
on:
44
pull_request:
5-
branches: [ main ]
5+
branches: [ main, dev ]
66
schedule:
77
# Run every Monday at 00:00 UTC
88
- cron: '0 0 * * 1'

0 commit comments

Comments
 (0)