Parcourir la source

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

Dax Raad il y a 2 mois
Parent
commit
a4d31b6f95
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  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: