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 +}