Browse Source

Updated CI

maziggy 3 months ago
parent
commit
f9431ced0c
1 changed files with 2 additions and 1 deletions
  1. 2 1
      .github/workflows/ci.yml

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

@@ -4,7 +4,8 @@ on:
   push:
   push:
     branches: [main]
     branches: [main]
   pull_request:
   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)
 # 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
 # Uses PR author instead of triggering actor so rebasing by owner doesn't skip CI