Skip to content

Commit d48c852

Browse files
committed
CI: Fix Windows wheel build workflow
1 parent 640fe6d commit d48c852

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/windows.yaml

+1-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@ name: Build windows wheels
22

33
on:
44
push:
5-
branches:
6-
- master
7-
- ci
5+
branches: ["main", "ci"]
86
workflow_dispatch:
97

108
jobs:

0 commit comments

Comments
 (0)