From 3253c03e3b147c69609e1faf0730f955e32add86 Mon Sep 17 00:00:00 2001 From: Jakub Jezek Date: Fri, 24 Mar 2023 17:29:34 +0100 Subject: [PATCH] returning trigger to project action --- .github/workflows/project_actions.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/project_actions.yml b/.github/workflows/project_actions.yml index ec5578d2fe..ca94f3ae77 100644 --- a/.github/workflows/project_actions.yml +++ b/.github/workflows/project_actions.yml @@ -3,6 +3,8 @@ name: project-actions on: pull_request: types: [review_requested] + pull_request_review: + types: [submitted] jobs: pr_review_requested: