mirror of
https://github.com/anomalyco/opencode.git
synced 2026-06-02 06:16:48 +02:00
Add workflow_dispatch trigger to typecheck workflow
This commit is contained in:
@@ -3,6 +3,7 @@ name: Typecheck
|
||||
on:
|
||||
pull_request:
|
||||
branches: [dev]
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
typecheck:
|
||||
|
||||
Reference in New Issue
Block a user