Skip to content

Commit 32d7327

Browse files
committed
enable workflow for test branch
1 parent 837e691 commit 32d7327

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: Build & Publish Python Package
44
on:
55
pull_request:
66
push:
7-
branches: [master]
7+
branches: [master,try-to-build-python-module-for-win]
88

99
jobs:
1010
build_wheels:

0 commit comments

Comments
 (0)