Skip to content

Commit 926dbc9

Browse files
committed
chore: adjust for new OctoPrint branching strategy
1 parent 5837159 commit 926dbc9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/custopize.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,9 +150,9 @@ jobs:
150150
151151
- name: "🔎 Determine e2e branch"
152152
run: |
153-
E2E_BRANCH="master"
153+
E2E_BRANCH="main"
154154
if [[ "${{ env.OCTOPRINT_VERSION }}" == *"-rc"* ]]; then
155-
E2E_BRANCH="maintenance"
155+
E2E_BRANCH="dev"
156156
fi
157157
158158
echo "E2E branch: $E2E_BRANCH"

0 commit comments

Comments
 (0)