From 14e1d74b2a9608c9f13d49f95cd90e8dbd0190cd Mon Sep 17 00:00:00 2001 From: Maxime Pouce Date: Thu, 21 Mar 2024 14:34:30 +0100 Subject: [PATCH] Added PR event ready review ready and requested --- .github/workflows/macos.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 3d4223f54..71b304cee 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -1,7 +1,8 @@ name: MacOS desktop CI on: - pull_request: [ready_for_review] + pull_request: + types: [review_requested, ready_for_review] concurrency: group: macos