Add workflow_dispatch trigger to typecheck workflow
Some checks are pending
deploy / deploy (push) Waiting to run

This commit is contained in:
Dax Raad 2025-08-03 17:16:20 -04:00
parent 3b36822696
commit 9ab3462821

View file

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