Skip to content

Commit

Permalink
chore: Update create-release-note.yaml workflow to trigger on more ev…
Browse files Browse the repository at this point in the history
…ents
  • Loading branch information
ttizze committed Jul 24, 2024
1 parent 1237e89 commit 0324cfd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/create-release-note.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ name: Create Release Note
on:
pull_request:
types:
- closed
- opened
- reopened
- synchronize
- ready_for_review
branches:
- main

Expand Down

0 comments on commit 0324cfd

Please sign in to comment.