|
@@ -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
|