Skip to content

Commit 730bf8d

Browse files
authored
Merge pull request #729 from RooVetGit/mrubens-patch-1
Run discord GHA against pull_request_target
2 parents fb596ff + e036c1e commit 730bf8d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/discord-pr-notify.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,13 @@ name: Discord PR Notifier
22

33
on:
44
workflow_dispatch:
5-
pull_request:
5+
pull_request_target:
66
types: [opened]
77

88
jobs:
99
notify:
1010
runs-on: ubuntu-latest
11+
if: github.head_ref != 'changeset-release/main'
1112
steps:
1213
- name: Send Discord Notification
1314
uses: Ilshidur/action-discord@master

0 commit comments

Comments
 (0)