Skip to content

Commit 1761fe7

Browse files
authored
Update build_deploy.yml
1 parent 489993e commit 1761fe7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build_deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This is a basic workflow to help you get started with Actions
22

3-
name: Build UI
3+
name: CI
44

55
# Controls when the action will run. Triggers the workflow on push or pull request
66
# events but only for the master branch
@@ -14,6 +14,7 @@ on:
1414
jobs:
1515
# This workflow contains a single job called "build"
1616
build:
17+
name: Build UI
1718
# The type of runner that the job will run on
1819
runs-on: ubuntu-latest
1920

0 commit comments

Comments
 (0)