Skip to content

Commit 3d32f10

Browse files
fix ci
1 parent 2414bba commit 3d32f10

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/ci-cd.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
name: ci-cd
22
on:
33
pull_request:
4-
branches:
5-
- main
6-
- development
7-
push:
84
branches:
95
- '*'
106

@@ -33,9 +29,6 @@ jobs:
3329
- name: npm ci
3430
run: npm ci
3531

36-
- name: npm ts tests
37-
run: npm run test-ts-decls
38-
3932
- name: npm check
4033
run: npm run check
4134

0 commit comments

Comments
 (0)