mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-03-30 05:43:55 +00:00
ci: enable typecheck on push to dev branch to catch type errors immediately after merge
This commit is contained in:
parent
c5dc075a88
commit
a4d31b6f95
2
.github/workflows/typecheck.yml
vendored
2
.github/workflows/typecheck.yml
vendored
@ -1,6 +1,8 @@
|
||||
name: typecheck
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [dev]
|
||||
pull_request:
|
||||
branches: [dev]
|
||||
workflow_dispatch:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user