Skip to content

Commit 2865f45

Browse files
committed
Change build trigger from pull_request to push for scikit_build_core branch in wheels.yaml
1 parent 56e819e commit 2865f45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/wheels.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
name: Build Wheels
1616

1717
on:
18-
pull_request:
18+
push:
1919
branches:
20-
- main
20+
- scikit_build_core
2121

2222
env:
2323
VCPKG_ROOT: ${{ github.workspace }}/vendor/vcpkg

0 commit comments

Comments
 (0)