From a58fdd59b25219fc2ec95c2e807f330a4b6bfa9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dejan=20Pelemi=C5=A1?= <143999299+DeyoPP@users.noreply.github.com> Date: Tue, 22 Oct 2024 15:25:32 +0200 Subject: [PATCH] Update build-and-review-pr.yml --- .github/workflows/build-and-review-pr.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-and-review-pr.yml b/.github/workflows/build-and-review-pr.yml index 970b4e1..e84d7a1 100644 --- a/.github/workflows/build-and-review-pr.yml +++ b/.github/workflows/build-and-review-pr.yml @@ -13,7 +13,9 @@ on: # we would make the commits with a different user and their PAT. To minimize exposure # and complication we will request those changes be manually made by the PR author. pull_request: - types: [opened, synchronize, reopened] + types: [edited, reopened, synchronize] + pull_request_review: + types: [submitted] # paths: # Do not include specific paths here. We always want this build to run and produce a # status check which are branch protection rules can use. If this is skipped because of