Skip to content

Commit 035757b

Browse files
committed
Perform code scanning on current & next branches.
1 parent 1e78e8a commit 035757b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ name: "Code scanning"
33
on:
44
push:
55
branches:
6-
- master
6+
- current
7+
- next
78
pull_request:
89

910
jobs:

0 commit comments

Comments
 (0)