mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
Add workflow_dispatch trigger to typecheck workflow
Some checks are pending
deploy / deploy (push) Waiting to run
Some checks are pending
deploy / deploy (push) Waiting to run
This commit is contained in:
parent
3b36822696
commit
9ab3462821
1 changed files with 1 additions and 0 deletions
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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue