summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
diff options
context:
space:
mode:
authorDax Raad <[email protected]>2026-02-01 22:32:45 -0500
committerDax Raad <[email protected]>2026-02-01 22:32:45 -0500
commita4d31b6f950117b6ad241a0d191759d37d3302f4 (patch)
treec7c1ed82c393a76ef6e62730f7bcd3f3d420eaa7 /.github/workflows
parentc5dc075a8866e72ba710ade780044505d96d359e (diff)
downloadopencode-a4d31b6f950117b6ad241a0d191759d37d3302f4.tar.gz
opencode-a4d31b6f950117b6ad241a0d191759d37d3302f4.zip
ci: enable typecheck on push to dev branch to catch type errors immediately after merge
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/typecheck.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/typecheck.yml b/.github/workflows/typecheck.yml
index 011e23f5f..b247d24b4 100644
--- a/.github/workflows/typecheck.yml
+++ b/.github/workflows/typecheck.yml
@@ -1,6 +1,8 @@
name: typecheck
on:
+ push:
+ branches: [dev]
pull_request:
branches: [dev]
workflow_dispatch: