From 1f8e26aadab82aceac5c2fa7b1f21274d4dc43eb Mon Sep 17 00:00:00 2001 From: Isaac Turner Date: Sun, 10 Dec 2023 16:18:08 +0800 Subject: [PATCH] name ci.yml --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 375771e7..5d98566f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,6 @@ # Credit to Team 1678 for most of this +name: "Build and Test" + on: push: branches: "*"