Skip to content

Commit 551d2b4

Browse files
committed
[bfops/discord-post]: Revert "[bfops/discord-post]: test commit"
This reverts commit 02b7216.
1 parent 02b7216 commit 551d2b4

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/discord-posts.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,13 @@ name: Discord notifications
22

33
on:
44
pull_request:
5+
types: [closed]
56

67
jobs:
78
discordNotification:
89
runs-on: ubuntu-latest
10+
if: github.event.pull_request.merged == true &&
11+
github.event.pull_request.base.ref == 'master'
912
env:
1013
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1114
steps:

0 commit comments

Comments
 (0)