Skip to content

Commit

Permalink
chore: also trigger when the PR is marked as ready for review (#499)
Browse files Browse the repository at this point in the history
  • Loading branch information
Taepper authored Jun 19, 2024
1 parent 9af65a8 commit 902ff70
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/changelog-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ name: Changelog Preview

on:
pull_request:
types:
- opened
- reopened
- synchronize
- ready_for_review

jobs:
previewChangelog:
Expand Down

0 comments on commit 902ff70

Please sign in to comment.