Skip to content

Commit 3f1ee17

Browse files
author
saad aleraqy
committed
fixg
1 parent 07cf38c commit 3f1ee17

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/release-notes.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@ name: Generate Release Notes on PR
22

33
# Trigger on pull request events
44
on:
5+
push:
6+
branches:
7+
- main # or master
58
pull_request:
6-
# Manual triggering with milestone ID
9+
types: [opened, reopened, synchronize, closed]
710
workflow_dispatch:
811
inputs:
912
milestoneId:

0 commit comments

Comments
 (0)