From dc3bd684382e08bd31267cd5e040e469474a31ec Mon Sep 17 00:00:00 2001 From: mpabi Date: Sun, 26 Apr 2026 09:59:09 +0200 Subject: [PATCH] Default card branch fallback to build --- workspace.json | 2 +- workspace.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/workspace.json b/workspace.json index b644fc9..91f3c68 100644 --- a/workspace.json +++ b/workspace.json @@ -14,7 +14,7 @@ "source_remote": "r1", "answer_remote": "a1", "origin_remote": "origin", - "fallback_branch": "main" + "fallback_branch": "build" }, "defaults": { "series": "inf", diff --git a/workspace.py b/workspace.py index ebfc253..30cee30 100755 --- a/workspace.py +++ b/workspace.py @@ -67,7 +67,7 @@ def load_config(config_path: Path) -> WorkspaceConfig: source_remote=git_raw.get("source_remote", "r1"), answer_remote=git_raw.get("answer_remote", "a1"), origin_remote=git_raw.get("origin_remote", "origin"), - fallback_branch=git_raw.get("fallback_branch", "main"), + fallback_branch=git_raw.get("fallback_branch", "build"), ) return WorkspaceConfig(