Fix typecheck workflow to run on all PRs and use main branch

This commit is contained in:
Mark IJbema
2026-02-23 11:03:45 +01:00
parent 5ea5c90441
commit f2b52ec6e9
+2 -2
View File
@@ -2,9 +2,9 @@ name: typecheck
on:
push:
branches: [dev]
branches:
- main
pull_request:
branches: [dev]
workflow_dispatch:
jobs: