Add workflow_dispatch trigger to typecheck workflow

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: