Skip to content

Commit 19ee0b1

Browse files
committed
Correct event name in Github workflow
1 parent 4f298ce commit 19ee0b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testing-farm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Run tests on Testing Farm
33
on:
44
push:
55
branches: [ master ]
6-
pull_request_trigger:
6+
pull_request_target:
77
types: [opened, synchronize, reopened]
88

99
jobs:

0 commit comments

Comments
 (0)