Skip to content

Commit b0509d9

Browse files
authored
Update .github/workflows/cibuildwheel.yml
1 parent 490f828 commit b0509d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cibuildwheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
# istalled more targeted.
103103
CIBW_BUILD_FRONTEND: >-
104104
${{ (((github.event_name == 'push' && github.ref == 'refs/heads/main') ||
105-
(github.event_name == 'pull_request' && github.base_ref == 'refs/heads/main')) &&
105+
(github.event_name == 'pull_request' && github.base_ref == 'main')) &&
106106
'pip; args: --pre --extra-index-url "https://pypi.anaconda.org/scientific-python-nightly-wheels/simple"') ||
107107
'build' }}
108108
CIBW_REPAIR_WHEEL_COMMAND_WINDOWS: >-

0 commit comments

Comments
 (0)