Skip to content

Commit 152524a

Browse files
committed
Trigger output updates when draft PRs are marked as ready
1 parent 594bf97 commit 152524a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/update-expected-output.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@ name: Update expected output
22

33
on:
44
pull_request:
5-
# Don't update PRs on every push. PRs can be closed and
6-
# reopened if the update action should be run again.
7-
types: [opened, reopened]
5+
# Don't update PRs on every push. PRs can be switched
6+
# to draft status and back (or closed and reopened),
7+
# if the update action should be run again.
8+
types: [opened, reopened, ready_for_review]
89
branches:
910
- "**"
1011
paths:

0 commit comments

Comments
 (0)