Skip to content

Commit d3ce171

Browse files
committed
chore: update workflows config.
1 parent 949f429 commit d3ce171

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build & Deploy
1+
name: Build & Test
22
on:
33
push:
44
branches:
@@ -8,7 +8,7 @@ env:
88
SKIP_PREFLIGHT_CHECK: true
99

1010
jobs:
11-
Build Test:
11+
Build:
1212
runs-on: ubuntu-18.04
1313
steps:
1414
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)