summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorDax Raad <[email protected]>2025-08-03 17:16:20 -0400
committerDax Raad <[email protected]>2025-08-03 17:16:20 -0400
commit9ab3462821161797f8808d6c4d5aed24bd173e89 (patch)
tree92619a44259d8d8dc176391cc48695f0383f9f70 /.github
parent3b36822696442aeeb3633c20059e8407a7d31029 (diff)
downloadopencode-9ab3462821161797f8808d6c4d5aed24bd173e89.tar.gz
opencode-9ab3462821161797f8808d6c4d5aed24bd173e89.zip
Add workflow_dispatch trigger to typecheck workflow
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/typecheck.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/typecheck.yml b/.github/workflows/typecheck.yml
index 189ef2b0a..01aa398b5 100644
--- a/.github/workflows/typecheck.yml
+++ b/.github/workflows/typecheck.yml
@@ -3,6 +3,7 @@ name: Typecheck
on:
pull_request:
branches: [dev]
+ workflow_dispatch:
jobs:
typecheck: