Skip to content

Commit 75c6eeb

Browse files
nixpanicmergify[bot]
authored andcommitted
ci: trigger build-multi-stage on ready_for_review event
Ensure the workflow runs when a PR transitions from draft to ready state by adding the ready_for_review event type to the pull_request trigger. Assisted-by: AskBob <askbob@ibm.com> Signed-off-by: Niels de Vos <ndevos@ibm.com>
1 parent 8ff19e1 commit 75c6eeb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build-multi-stage.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: multi-arch-build
33
# yamllint disable-line rule:truthy
44
on:
55
pull_request:
6+
types: [opened, synchronize, reopened, ready_for_review]
67
branches:
78
- '*'
89
permissions:

0 commit comments

Comments
 (0)