From 768c916fa797adda68475edfd2a865d4a01fe130 Mon Sep 17 00:00:00 2001 From: Moritz Jung Date: Tue, 2 Jun 2026 13:54:13 +0200 Subject: [PATCH] fix config --- repo-automation.config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repo-automation.config.json b/repo-automation.config.json index 2e5ed34..560b511 100644 --- a/repo-automation.config.json +++ b/repo-automation.config.json @@ -1,5 +1,5 @@ { - "devBranch": "main", + "devBranch": "master", "releaseBranch": "release", "github": "https://github.com/mProjectsCode/obsidian-media-db-plugin", "preconditions": ["bun run typecheck", "bun run format", "bun run lint:fix", "bun run test"]