Skip to content

Commit f1946a6

Browse files
authored
Update CodeQL workflow branches to include 'main'
1 parent 915ce23 commit f1946a6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: CodeQL
22

33
on:
44
pull_request:
5-
branches: [develop]
5+
branches: [main, develop]
66
push:
7-
branches: [develop]
7+
branches: [main, develop]
88
schedule:
99
- cron: "0 6 * * 1"
1010

0 commit comments

Comments
 (0)