From 63ff1e8c0db1f5ce02fa36484399e9860257df2b Mon Sep 17 00:00:00 2001 From: Anas WS Date: Fri, 15 Mar 2024 14:39:48 +0530 Subject: [PATCH] fix: workflow fix for fork PRs --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fb71843..675e728 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,6 @@ name: Next.js Template CI on: - pull_request: + pull_request_target: branches: - master