From 25770cdba5283f2e43eee5caf0c6f2939de5858a Mon Sep 17 00:00:00 2001 From: "Andy (Steve) De George" <67293991+adegeo@users.noreply.github.com> Date: Thu, 18 Nov 2021 08:49:24 -0800 Subject: [PATCH] Update build-validation.yml --- .github/workflows/build-validation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-validation.yml b/.github/workflows/build-validation.yml index b144e62622..2f168db92c 100644 --- a/.github/workflows/build-validation.yml +++ b/.github/workflows/build-validation.yml @@ -3,7 +3,7 @@ name: 'Snippets 5000' # Controls when the action will run. Triggers the workflow on push or pull request on: - pull_request_target: + pull_request: paths: branches: '*' types: [opened, synchronize, reopened]