From bde3aeaeed055b477d69b5e19663e57cfe1b48b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Leh=C3=B3czky?= Date: Mon, 29 Jan 2024 23:43:43 +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 0e85423..a4441d9 100644 --- a/.github/workflows/validate-pull-request.yml +++ b/.github/workflows/validate-pull-request.yml @@ -2,7 +2,7 @@ name: Validate Pull Request on: push: - pull_request: + pull_request_target: types: [opened, synchronize] jobs: