Skip to content

Commit f0e6e17

Browse files
committed
fix CI on pull_request event
1 parent 1b0a30b commit f0e6e17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
push:
77
branches: [ "master", "dev" ]
88
pull_request:
9-
branches: [ "master" ]
9+
types: [opened, synchronize, reopened]
1010

1111
jobs:
1212
build:

0 commit comments

Comments
 (0)