From 5a211279e2144c8a5c29461d8140e29d96f076ed Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Fri, 30 Jul 2021 18:28:48 +0100 Subject: [PATCH] =?UTF-8?q?GitHub=20Actions:=20main=20=E2=86=92=20test?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/{main.yml => test.yml} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .github/workflows/{main.yml => test.yml} (91%) diff --git a/.github/workflows/main.yml b/.github/workflows/test.yml similarity index 91% rename from .github/workflows/main.yml rename to .github/workflows/test.yml index 4c79efe..35f238e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/test.yml @@ -1,4 +1,4 @@ -name: "WorldEditAdditions Continuous Integration" +name: "CI Tests" on: [push] jobs: Syntax-Check: