From b22c2491f8c29909ce99a11da4bbc11e3e1d55bd Mon Sep 17 00:00:00 2001 From: Kai Sasaki Date: Sat, 21 Oct 2023 07:57:58 +0000 Subject: [PATCH] Rename the build workflow --- .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 eb1ae4d8f0..8eae1343b5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,6 +1,6 @@ # This is a basic workflow to help you get started with Actions -name: CI +name: build # Controls when the action will run. Triggers the workflow on push or pull request # events but only for the master branch