Skip to content

Commit 0ce4443

Browse files
authored
Switch the CI trigger from pull_request to pull_request_target for pytest (#815)
1 parent 7b1593d commit 0ce4443

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ name: build
66
on:
77
push:
88
branches: [ master ]
9-
pull_request:
9+
pull_request_target:
1010
branches: [ master ]
1111

1212
jobs:

0 commit comments

Comments
 (0)