From fc64241fb92ef40a79287a49b17bbe9636c094c6 Mon Sep 17 00:00:00 2001 From: Sergey Sova Date: Fri, 7 May 2021 17:48:21 +0300 Subject: [PATCH] ci(pull_request): run only on aditional types of events --- .github/workflows/pull-request.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index ea0a28c4..114cc7f7 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -4,6 +4,11 @@ on: pull_request: types: - synchronize + - opened + - reopened + - ready_for_review + - unlocked + - review_requested jobs: validate: