Skip to content

Commit 2521bb0

Browse files
MoonBoi9001claude
andauthored
ci: run on pull_request regardless of base branch (#11)
Drop the branches: [main] filter so stacked PRs whose base is another branch in the same repo (e.g. PR #7 stacked on this one) still get build-and-test runs. Keep the push trigger narrow to main so CI does not fire on every force-push across feature branches. Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent a58543a commit 2521bb0

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
push:
55
branches: [main]
66
pull_request:
7-
branches: [main]
87

98
jobs:
109
build-and-test:

0 commit comments

Comments
 (0)