Преглед изворни кода

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: