Skip to content

Commit e26b4ea

Browse files
committed
Add PR triggers to CI workflow
Updated the CI workflow to trigger on pushes to the "production" branch and pull requests targeting "main," "production," or "incubating." This ensures proper testing coverage for additional branches and improves development workflow consistency.
1 parent 68b2343 commit e26b4ea

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/wheels.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@ name: Build Wheels
1717
on:
1818
push:
1919
branches:
20+
- production
2021
- scikit_build_core
22+
pull_request:
23+
branches: [ "main", "production", "incubating" ]
2124

2225
env:
2326
VCPKG_ROOT: ${{ github.workspace }}/vendor/vcpkg

0 commit comments

Comments
 (0)