We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 640fe6d commit d48c852Copy full SHA for d48c852
.github/workflows/windows.yaml
@@ -2,9 +2,7 @@ name: Build windows wheels
2
3
on:
4
push:
5
- branches:
6
- - master
7
- - ci
+ branches: ["main", "ci"]
8
workflow_dispatch:
9
10
jobs:
0 commit comments