Skip to content

Commit 8309940

Browse files
Kosthiclaude
andcommitted
ci: skip multi-platform build-check on push, run only on PRs
The release workflow already builds wheels on all 4 platforms when a tag is pushed. Restrict build-check to pull_request events to avoid duplicate builds when pushing to master. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 9445a09 commit 8309940

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ jobs:
6262
run: pytest tests/ -x
6363

6464
build-check:
65+
if: github.event_name == 'pull_request'
6566
strategy:
6667
matrix:
6768
include:

0 commit comments

Comments
 (0)