瀏覽代碼

ci: only run big checks on PRs to main

Signed-off-by: Christina Sørensen <ces@fem.gg>
Christina Sørensen 1 年之前
父節點
當前提交
87f37ba917
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      .github/workflows/unit-tests.yml

+ 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: