Skip to content

Commit 024e221

Browse files
committed
Release notes workflow fix 2
1 parent c5a629b commit 024e221

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release-notes.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ name: Generate Release Notes on Merge
22

33
on:
44
pull_request:
5-
types: [closed, opened, synchronize, edited]
5+
types: [closed]
6+
branches:
7+
- master
68
jobs:
79
generate_notes:
810
name: 📜 Generate Release Notes

0 commit comments

Comments
 (0)