Skip to content

Commit 5981b05

Browse files
committed
Refactor branch list to be multiline
1 parent 6fcd9d3 commit 5981b05

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

.github/workflows/codeql.yml

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

33
on:
44
push:
5-
branches: [ "v1", "cloud-*", "master", "release/*" ]
5+
branches:
6+
- "v1"
7+
- "cloud-*"
8+
- "master"
9+
- "release/*"
610
pull_request:
7-
branches: [ "v1", "cloud-*", "master", "release/*" ]
11+
branches:
12+
- "v1"
13+
- "cloud-*"
14+
- "master"
15+
- "release/*"
816
schedule:
917
- cron: '36 17 * * 0'
1018
workflow_call:

0 commit comments

Comments
 (0)