Skip to content

ci: run tests on pull_request only#3

Merged
Mr-Quin merged 1 commit into
mainfrom
ci/test-on-pr
Jun 11, 2026
Merged

ci: run tests on pull_request only#3
Mr-Quin merged 1 commit into
mainfrom
ci/test-on-pr

Conversation

@Mr-Quin

@Mr-Quin Mr-Quin commented Jun 11, 2026

Copy link
Copy Markdown
Owner

The CI workflow triggered on a bare push: (every push to every branch) and pull_request:, so a PR branch ran the suite twice and pushes to main re-ran it.

Drop the push: trigger so CI runs on PRs only. GitHub runs pull_request against the merge result, so this still gates merges into main — without the duplicate/main-branch runs.

If you later want a post-merge safety run on main, add back push: { branches: [main] }.

@Mr-Quin Mr-Quin merged commit a551ff7 into main Jun 11, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant