From b6ca06ccfc84148d5a58862d2ecd89bd3cb5b91f Mon Sep 17 00:00:00 2001 From: "Andy (Steve) De George" <67293991+adegeo@users.noreply.github.com> Date: Thu, 18 Nov 2021 08:57:01 -0800 Subject: [PATCH] Update build-validation.yml (#1221) --- .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 b144e62..2f168db 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]