From 7a65829339ba8ec4d553cb4bd5c9d8425d489fee Mon Sep 17 00:00:00 2001 From: Sean Rees <sean@erifax.org> Date: Sat, 18 Sep 2021 15:40:45 +0100 Subject: [PATCH] Rename to "build and tests" This is purely for aesthetics. --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4bc5a26..30157a9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,4 +1,4 @@ -name: Build and Test +name: build and tests # Controls when the workflow will run on: -- GitLab