mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-03-30 05:43:55 +00:00
Add workflow_dispatch trigger to typecheck workflow
This commit is contained in:
parent
3b36822696
commit
9ab3462821
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…
x
Reference in New Issue
Block a user