Skip to content

Commit e863f21

Browse files
waveywavesclaude
andcommitted
fix: use 'next' branch instead of 'main' for next version
Downstream repos use a 'next' branch, not 'main'. Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
1 parent ec350d8 commit e863f21

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/trigger-image-rebuilds.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
fi
5252
5353
if [[ "$VERSION" == "next" ]]; then
54-
BRANCH="main"
54+
BRANCH="next"
5555
else
5656
BRANCH="release-v${VERSION}.x"
5757
fi

0 commit comments

Comments
 (0)