Add workflow_dispatch trigger to typecheck workflow

pull/1576/head
Dax Raad 2025-08-03 17:16:20 -04:00
parent 3b36822696
commit 9ab3462821
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ name: Typecheck
on:
pull_request:
branches: [dev]
workflow_dispatch:
jobs:
typecheck: