Ver Fonte

ci: enable typecheck on push to dev branch to catch type errors immediately after merge

Dax Raad há 1 semana atrás
pai
commit
a4d31b6f95
1 ficheiros alterados com 2 adições e 0 exclusões
  1. 2 0
      .github/workflows/typecheck.yml

+ 2 - 0
.github/workflows/typecheck.yml

@@ -1,6 +1,8 @@
 name: typecheck
 
 on:
+  push:
+    branches: [dev]
   pull_request:
     branches: [dev]
   workflow_dispatch: