Skip to content

Commit 586dd43

Browse files
committed
Just run workflow on push
1 parent cdc8318 commit 586dd43

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

.github/workflows/python_wheel_build.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,8 @@ on:
88
type: string
99
required: true
1010
default: "experimental-pip-install-root"
11-
pull_request:
12-
branches:
13-
- master
14-
types:
15-
- opened
16-
- synchronize
17-
- reopened
11+
push:
12+
branches: experimental-pip-install-root
1813

1914
jobs:
2015
python_wheel:
@@ -39,8 +34,8 @@ jobs:
3934
output-dir: ${{ env.WORKDIR }}/wheelhouse
4035

4136
- name: Upload wheel to github
42-
uses: actions/upload-artifact@v4
4337
working-directory: ${{ env.WORKDIR }}
38+
uses: actions/upload-artifact@v4
4439
with:
4540
name: cibw-wheels-test
4641
path: wheelhouse/*.whl

0 commit comments

Comments
 (0)