diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index b08ed16bc6..f948409359 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -5,7 +5,8 @@ on:
     branches: ["main", "dev"]
   pull_request:
     branches: ["dui3/alpha"]
-  
+  workflow_dispatch:
+
 jobs:
   build-and-publish:
     runs-on: windows-latest
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index fd78598ba7..63acf19376 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -1,9 +1,7 @@
 name: Tester
 
 on:
-  pull_request:
-    branches: ["dui3/alpha"]
-
+  workflow_dispatch:
 jobs:
   test:
     runs-on: windows-latest
diff --git a/Build/Consts.cs b/Build/Consts.cs
index 9825b5fad6..d18e26d5ee 100644
--- a/Build/Consts.cs
+++ b/Build/Consts.cs
@@ -1,5 +1,4 @@
-using System.Collections;
-using System.Collections.Generic;
+using System.Collections.Generic;
 
 namespace Build;