We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 489993e commit 1761fe7Copy full SHA for 1761fe7
.github/workflows/build_deploy.yml
@@ -1,6 +1,6 @@
1
# This is a basic workflow to help you get started with Actions
2
3
-name: Build UI
+name: CI
4
5
# Controls when the action will run. Triggers the workflow on push or pull request
6
# events but only for the master branch
@@ -14,6 +14,7 @@ on:
14
jobs:
15
# This workflow contains a single job called "build"
16
build:
17
+ name: Build UI
18
# The type of runner that the job will run on
19
runs-on: ubuntu-latest
20
0 commit comments