Skip to content

Commit 29e5e30

Browse files
Merge pull request #334 from mollie/run-tests-on-pull-requests-from-forks
Enable running the test suite for PRs from forks, if the target is th…
2 parents 66afd4e + 378a267 commit 29e5e30

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/tests.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
name: Run tests
22

33
on:
4-
- push
5-
- workflow_call
4+
push:
5+
workflow_call:
6+
pull_request:
7+
branches: [ "master" ]
68

79
jobs:
810
tests:

0 commit comments

Comments
 (0)