Skip to content

Commit a4d31b6

Browse files
committed
ci: enable typecheck on push to dev branch to catch type errors immediately after merge
1 parent c5dc075 commit a4d31b6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/typecheck.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: typecheck
22

33
on:
4+
push:
5+
branches: [dev]
46
pull_request:
57
branches: [dev]
68
workflow_dispatch:

0 commit comments

Comments
 (0)