Skip to content

Commit 2339680

Browse files
authored
ci: add pull request workflow trigger for ready_for_review (#45)
1 parent be24bc6 commit 2339680

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/pull-request.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ name: Pull request
33
on:
44
pull_request:
55
branches: [main]
6+
# Add trigger for `ready_for_review`
7+
# https://github.com/changesets/action/issues/187
8+
types: [opened, reopened, synchronize, ready_for_review]
69

710
concurrency:
811
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)