We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c6a5c7 commit 4f298ceCopy full SHA for 4f298ce
.github/workflows/testing-farm.yaml
@@ -3,7 +3,8 @@ name: Run tests on Testing Farm
3
on:
4
push:
5
branches: [ master ]
6
- pull_request:
+ pull_request_trigger:
7
+ types: [opened, synchronize, reopened]
8
9
jobs:
10
test-init:
0 commit comments