mirror of
https://github.com/anomalyco/opencode.git
synced 2026-07-10 01:48:40 +00:00
fix(ci): run typecheck on v2
This commit is contained in:
parent
efcf2c3f5d
commit
b6c3a8ea7b
1 changed files with 2 additions and 2 deletions
4
.github/workflows/typecheck.yml
vendored
4
.github/workflows/typecheck.yml
vendored
|
|
@ -2,9 +2,9 @@ name: typecheck
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [dev]
|
||||
branches: [dev, v2]
|
||||
pull_request:
|
||||
branches: [dev]
|
||||
branches: [dev, v2]
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue