mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-24 11:14:23 +01:00
Add workflow_dispatch trigger to typecheck workflow
This commit is contained in:
1
.github/workflows/typecheck.yml
vendored
1
.github/workflows/typecheck.yml
vendored
@@ -3,6 +3,7 @@ name: Typecheck
|
||||
on:
|
||||
pull_request:
|
||||
branches: [dev]
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
typecheck:
|
||||
|
||||
Reference in New Issue
Block a user