Skip to content

Commit cdc8318

Browse files
committed
Try extending types of pull_request
1 parent 0482c07 commit cdc8318

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/python_wheel_build.yml

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

1619
jobs:
1720
python_wheel:

0 commit comments

Comments
 (0)