From b56dfedf8fd26ac89b0cdc6b1908c8e51caab734 Mon Sep 17 00:00:00 2001 From: Gregor Martynus <39992+gr2m@users.noreply.github.com> Date: Thu, 2 Dec 2021 08:39:02 -0800 Subject: [PATCH] test: make tests run for PRs from forks --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c902e3bb..f0b406d4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -2,7 +2,7 @@ on: push: branches: - master - pull_request: + pull_request_target: types: - opened - synchronize