From 7cd6537d62aeb2e29abaad64adf2273d6e8d89d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Leh=C3=B3czky?= Date: Mon, 29 Jan 2024 23:32:56 +0100 Subject: [PATCH] Fixing validate-pull-request trigger so it also runs for fork PRs --- .github/workflows/validate-pull-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validate-pull-request.yml b/.github/workflows/validate-pull-request.yml index 00369aee..f560450b 100644 --- a/.github/workflows/validate-pull-request.yml +++ b/.github/workflows/validate-pull-request.yml @@ -1,7 +1,7 @@ name: Validate Submodule Pull Request on: - pull_request: + pull_request_target: jobs: validate-pull-request: