Browse Source

Updated CI

maziggy 7 tháng trước cách đây
mục cha
commit
f9431ced0c
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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