From e660dd36895e315e3db4a9338688b940f8c698ca Mon Sep 17 00:00:00 2001 From: Sergio Salvatore Date: Fri, 16 Dec 2022 14:46:07 -0500 Subject: [PATCH] Add Pull Request Target to Go Workflow --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 89944fba..38cff386 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -1,5 +1,5 @@ name: Go -on: [push, workflow_dispatch] +on: [push, workflow_dispatch, pull_request_target] jobs: build: name: Build