From 49d6cea1ad6ab73808dd622195d856b88bdd6077 Mon Sep 17 00:00:00 2001 From: Jonathan Miller <230051081+jmiller-moko@users.noreply.github.com> Date: Tue, 16 Dec 2025 17:41:49 -0600 Subject: [PATCH] Update version_branch.yml --- .github/workflows/version_branch.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/version_branch.yml b/.github/workflows/version_branch.yml index 8806504..7668a88 100644 --- a/.github/workflows/version_branch.yml +++ b/.github/workflows/version_branch.yml @@ -8,7 +8,7 @@ on: base_branch: description: "Base branch to branch from" required: false - default: "main" + default: "dev" branch_prefix: description: "Prefix for the new version branch" required: false