mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-14 16:37:01 +02:00
.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:
parent
b2e55c063a
commit
425473f11d
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@ -2,7 +2,7 @@ name: "Run build"
|
|||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
# Run when the PR is opened, reopened, or updated (synchronize)
|
# Run when the PR is opened, reopened, or updated (synchronize)
|
||||||
types: [opened, reopened, synchronize]
|
types: [opened, ready_for_review, reopened, synchronize]
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
image_formats:
|
image_formats:
|
||||||
|
Loading…
Reference in New Issue
Block a user