Skip to content

Commit 4f298ce

Browse files
committed
Update github workflows to support pipeline on forks
1 parent 9c6a5c7 commit 4f298ce

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/testing-farm.yaml

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

89
jobs:
910
test-init:

0 commit comments

Comments
 (0)