Skip to content

Commit 0e134f8

Browse files
authored
Update pr-merged.yml
1 parent ed44c80 commit 0e134f8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/pr-merged.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@ name: Notify Slack on PR Closed for Dev Branch
22

33
on:
44
pull_request:
5-
types:
6-
- closed
5+
types: [opened, reopened]
76

87
jobs:
98
notify-slack:
10-
if: github.event.pull_request.merged == true && github.event.pull_request.base.ref == 'dev'
9+
if: github.event.pull_request.base.ref == 'dev'
1110
runs-on: ubuntu-latest
1211
steps:
1312
- name: Debug PR URL and Body

0 commit comments

Comments
 (0)