Skip to content

Commit d9e871f

Browse files
authored
Change default branch for CI builds to 'main'
Signed-off-by: Ryan Baxter <ryan.baxter@broadcom.com>
1 parent 9305a0c commit d9e871f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ on:
55
branches:
66
- main
77
- 4.3.x
8-
- 4.2.x
98

109
# Scheduled builds run daily at midnight UTC
1110
schedule:
@@ -17,7 +16,7 @@ on:
1716
branches:
1817
description: "Which branch should be built (can be a comma-separated list of branches)"
1918
required: true
20-
default: '4.3.x'
19+
default: 'main'
2120
type: string
2221

2322
jobs:

0 commit comments

Comments
 (0)