Skip to content

Commit bad2b89

Browse files
committed
ci: update ci files
1 parent 0f6c706 commit bad2b89

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: CI
22

33
on:
4-
push:
5-
branches: [main, dev]
64
pull_request:
75
branches: ['**']
86

@@ -30,7 +28,7 @@ jobs:
3028
run: npm test -- --coverage
3129

3230
- name: Build
33-
run: npm build
31+
run: npm run build
3432

3533
- name: Upload coverage reports to Codecov
3634
if: github.event_name == 'push' && github.ref == 'refs/heads/main'

0 commit comments

Comments
 (0)