From aa6c1b9b3bc8a57fee8ce137ccf5d80a9277068d Mon Sep 17 00:00:00 2001 From: kyrptonaught Date: Sat, 21 Oct 2023 15:49:02 -0400 Subject: [PATCH] Update TestBranches.json Remove nonworking branches --- testConfigs/TestBranches.json | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/testConfigs/TestBranches.json b/testConfigs/TestBranches.json index d140fa8..47a5f5f 100644 --- a/testConfigs/TestBranches.json +++ b/testConfigs/TestBranches.json @@ -1,19 +1,9 @@ { "branches": [ - { - "name": "Main", - "url": "https://github.com/Legacy-Edition-Minigames/Minigames", - "desc": "Stable branch of LEM" - }, - { - "name": "Experimental", - "url": "https://github.com/Legacy-Edition-Minigames/Minigames/tree/experimental-server", - "desc": "Experimental branch of LEM" - }, { "name": "LEM ToolBox Testing", "url": "https://github.com/Legacy-Edition-Minigames/Minigames/tree/toolbox-testing", "desc": "LEM branch for testing Toolbox" } ] -} \ No newline at end of file +}