Skip to content

Commit 3e202f3

Browse files
shadowspawnabetomo
authored andcommitted
Add develop branch for earlier warnings
1 parent fd24e92 commit 3e202f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql-analysis.yml

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

33
on:
44
push:
5-
branches: [ master ]
5+
branches: [ master, develop ]
66
pull_request:
77
# The branches below must be a subset of the branches above
8-
branches: [ master ]
8+
branches: [ master, develop ]
99
schedule:
1010
- cron: '27 5 * * 6'
1111

0 commit comments

Comments
 (0)