Skip to content

Commit

Permalink
Update build_deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
satra authored Aug 8, 2024
1 parent 489993e commit 1761fe7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_deploy.yml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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

Expand Down

0 comments on commit 1761fe7

Please sign in to comment.