From 85d82f0e7e00a0e82841fe6c30629c60089b1d64 Mon Sep 17 00:00:00 2001 From: windcbf Date: Mon, 23 Sep 2024 20:19:24 +0800 Subject: [PATCH] Reanme code build job --- .github/workflows/ubuntu-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ubuntu-build.yml b/.github/workflows/ubuntu-build.yml index 4bfab340..f37fbac8 100644 --- a/.github/workflows/ubuntu-build.yml +++ b/.github/workflows/ubuntu-build.yml @@ -1,7 +1,7 @@ # This workflow will build a golang project # For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-go -name: Go +name: Build and Test Code on Ubuntu on: push: