From a314ee5c181b2e0e95ca7c04db960591f5401a84 Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Mon, 14 Jul 2025 21:44:11 -0600 Subject: [PATCH] Remove main from the branch protection rules --- .vscode/settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index b8cf8a9..8463326 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -11,5 +11,6 @@ ], "workbench.editorAssociations": { "*.svg": "default", - } + }, + "git.branchProtection": [] } \ No newline at end of file