1
0
Эх сурвалжийг харах

ci: only run big checks on PRs to main

Signed-off-by: Christina Sørensen <ces@fem.gg>
Christina Sørensen 1 жил өмнө
parent
commit
87f37ba917

+ 2 - 0
.github/workflows/unit-tests.yml

@@ -3,7 +3,9 @@
 name: Unit tests
 on:
   push:
+    branches: [main]
   pull_request:
+    branches: [main]
   workflow_dispatch:
 
 concurrency: