From 425473f11d9c38d339176bbc724c0781a77efa70 Mon Sep 17 00:00:00 2001 From: Dongsu Park Date: Tue, 2 May 2023 17:37:53 +0200 Subject: [PATCH] .github: add back ready_for_review In case of a draft PR created first, no CI gets triggered at the time. So we should trigger CI afterwards when it is being set to a ready_for_review state. --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7e1e2efbed..a0c9f5f07f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -2,7 +2,7 @@ name: "Run build" on: pull_request: # Run when the PR is opened, reopened, or updated (synchronize) - types: [opened, reopened, synchronize] + types: [opened, ready_for_review, reopened, synchronize] workflow_dispatch: inputs: image_formats: