.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.
This commit is contained in:
Dongsu Park 2023-05-02 17:37:53 +02:00
parent b2e55c063a
commit 425473f11d

View File

@ -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: