From 307c9ae581f6b2d73599a7e426b87f1b431d4b7c Mon Sep 17 00:00:00 2001 From: Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com> Date: Wed, 23 Sep 2020 09:48:24 -0400 Subject: [PATCH] Add pull_request_target to build action (#129) * Add pull_request_target to build action * Remove pull_request from action * Remove branch specification * Update as per review --- .github/workflows/build.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c587940..4d9ec05 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -2,9 +2,8 @@ on: push: branches: - master - pull_request: - branches: - - master + pull_request_target: + types: [opened, reopened, synchronize] jobs: build: