From cb4a1762f6b85a6b733aba697ebfb92364676532 Mon Sep 17 00:00:00 2001 From: Anas WS Date: Fri, 15 Mar 2024 14:29:39 +0530 Subject: [PATCH] fix: workflow fix for fork PRs --- .github/workflows/go-template-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go-template-ci.yml b/.github/workflows/go-template-ci.yml index 46c306cb..658a4105 100644 --- a/.github/workflows/go-template-ci.yml +++ b/.github/workflows/go-template-ci.yml @@ -1,7 +1,7 @@ name: Go-Template CI Master - Test on: - pull_request: + pull_request_target: branches: - master push: