maziggy 7 månader sedan
förälder
incheckning
239d0c7748
1 ändrade filer med 2 tillägg och 1 borttagningar
  1. 2 1
      .github/workflows/ci.yml

+ 2 - 1
.github/workflows/ci.yml

@@ -4,7 +4,8 @@ on:
   push:
     branches: [main]
   pull_request:
-    # Run on all PRs, but skip for repo owner (runs local tests)
+    branches: [main]
+    # Run on PRs targeting main, but skip for repo owner (runs local tests)
 
 # Skip CI for PRs authored by repo owner (they run tests locally)
 # Uses PR author instead of triggering actor so rebasing by owner doesn't skip CI