From 0d986ef4ea6021fc886cf2ff4213b8b5bb867694 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Murat=20=C3=87orlu?= Date: Tue, 26 Jul 2022 13:14:26 +0200 Subject: [PATCH] ci: run PR worfklow in the context of head branch --- .github/workflows/pull-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 0db10760..aeae366a 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -1,7 +1,7 @@ name: 'Verify and Preview' on: - pull_request_target: + pull_request: branches: - next