Skip to content

Commit 3a51fc8

Browse files
authored
Revert to '3.x' rather than 'main' to unbreak the release dashboard (#710)
1 parent fbdfd1f commit 3a51fc8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

master/custom/branches.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@
2222

2323
def generate_branches():
2424
yield BranchInfo(
25-
'main',
25+
'3.x',
2626
version_tuple=(3, 15),
2727
git_branch='main',
2828
is_main=True,
29-
builddir_name='main',
30-
builder_tag='main',
29+
builddir_name='3.x',
30+
builder_tag='3.x',
3131
sort_key=-9999,
3232
)
3333
yield _maintenance_branch(3, 14)

0 commit comments

Comments
 (0)