Skip to content

Commit 0156f39

Browse files
committed
Test workflow merge
1 parent a35752a commit 0156f39

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,15 @@ name: DA Release Notes
33
on:
44
pull_request_target:
55
types:
6-
- assigned
76
- opened
7+
- closed
8+
- assigned
89
- synchronize
910
- reopened
1011

1112
jobs:
1213
action:
13-
if: github.event.pull_request.merged == true
14+
# if: github.event.pull_request.merged == true
1415
runs-on: ubuntu-latest
1516

1617
steps:

0 commit comments

Comments
 (0)