Skip to content

Commit f2c9df3

Browse files
Update da-release-notes.yaml
1 parent 444d76a commit f2c9df3

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/da-release-notes.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,17 @@ on:
44
pull_request_target:
55
types:
66
- opened
7+
- closed
8+
- assigned
9+
- synchronize
10+
- reopened
711
branches:
812
- main
13+
- main-release-notes
914

1015
jobs:
1116
action:
12-
if: github.event.pull_request.merged == true
17+
# if: github.event.pull_request.merged == true
1318
runs-on: ubuntu-latest
1419

1520
steps:

0 commit comments

Comments
 (0)