From 1a9e0c5a545f01cb5297dcd6f97e8913f734aa94 Mon Sep 17 00:00:00 2001 From: Wasym Atieh Alonso <72618577+iWas-Coder@users.noreply.github.com> Date: Thu, 5 Sep 2024 09:46:40 +0200 Subject: [PATCH] GH: specified that the CI only runs when PR isn't draft Signed-off-by: Wasym Atieh Alonso <72618577+iWas-Coder@users.noreply.github.com> --- .github/workflows/build-linux.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-linux.yaml b/.github/workflows/build-linux.yaml index 8ba7f3b..8a0b798 100644 --- a/.github/workflows/build-linux.yaml +++ b/.github/workflows/build-linux.yaml @@ -17,7 +17,7 @@ on: - 'config.mk' pull_request: branches: [master] - types: [opened, synchronize] + types: [opened, synchronize, ready_for_review] paths: - '.github/workflows/build-linux.yaml' - 'include/**'