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:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [dev]
|
branches: [dev, v2]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [dev]
|
branches: [dev, v2]
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue