From b3446a637dd99663bb0b11ac8a2e4f662d7b39ec Mon Sep 17 00:00:00 2001 From: Alex S <49695018+alexs-mparticle@users.noreply.github.com> Date: Fri, 12 Jul 2024 12:28:43 -0400 Subject: [PATCH] Update web-kit-pull-request.yml --- .github/workflows/web-kit-pull-request.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/web-kit-pull-request.yml b/.github/workflows/web-kit-pull-request.yml index f2435c1..9a0961c 100644 --- a/.github/workflows/web-kit-pull-request.yml +++ b/.github/workflows/web-kit-pull-request.yml @@ -1,6 +1,9 @@ name: Web Kit Build & Test -on: pull_request +on: + workflow_call: + pull_request: + types: [opened, reopened, synchronize, edited] jobs: build-and-test: