Skip to content

Commit ad67f42

Browse files
committed
chore: update test workflow
1 parent b6b9eaa commit ad67f42

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Tests
22
on:
33
push:
4+
branches:
5+
- main
46
pull_request:
57
branches:
68
- main
@@ -43,8 +45,8 @@ jobs:
4345
- name: Run TypeScript Compiler
4446
run: npm run build
4547

46-
Docs:
47-
name: Documentation
48+
Doc:
49+
name: Typedoc
4850
runs-on: ubuntu-latest
4951
steps:
5052
- name: Checkout repository

0 commit comments

Comments
 (0)