Merge pull request #729 from RooVetGit/mrubens-patch-1

Run discord GHA against pull_request_target
This commit is contained in:
Matt Rubens 2025-02-02 00:39:34 -05:00 committed by GitHub
commit 730bf8de97
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,12 +2,13 @@ name: Discord PR Notifier
on:
workflow_dispatch:
pull_request:
pull_request_target:
types: [opened]
jobs:
notify:
runs-on: ubuntu-latest
if: github.head_ref != 'changeset-release/main'
steps:
- name: Send Discord Notification
uses: Ilshidur/action-discord@master