ci: enable typecheck on push to dev branch to catch type errors immediately after merge

This commit is contained in:
Dax Raad
2026-02-01 22:32:45 -05:00
parent ff538a185a
commit a1c315eb3e
+2
View File
@@ -1,6 +1,8 @@
name: typecheck
on:
push:
branches: [dev]
pull_request:
branches: [dev]
workflow_dispatch: