From 1761fe76652741a227fd3eab1e4b8b2bf8de21f6 Mon Sep 17 00:00:00 2001 From: Satrajit Ghosh Date: Wed, 7 Aug 2024 22:15:20 -0400 Subject: [PATCH] Update build_deploy.yml --- .github/workflows/build_deploy.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build_deploy.yml b/.github/workflows/build_deploy.yml index f13b056..e0409e3 100644 --- a/.github/workflows/build_deploy.yml +++ b/.github/workflows/build_deploy.yml @@ -1,6 +1,6 @@ # This is a basic workflow to help you get started with Actions -name: Build UI +name: CI # Controls when the action will run. Triggers the workflow on push or pull request # events but only for the master branch @@ -14,6 +14,7 @@ on: jobs: # This workflow contains a single job called "build" build: + name: Build UI # The type of runner that the job will run on runs-on: ubuntu-latest