From f18404fb7e0db9ec92dc3070a61cebd76cd96a14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Ku=C3=9Fowski?= Date: Sun, 1 Mar 2026 07:13:39 +0100 Subject: [PATCH] chore: Run matrix notification in pull request target --- .github/workflows/matrix_notify.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/matrix_notify.yaml b/.github/workflows/matrix_notify.yaml index 501c1b870..fe4672808 100644 --- a/.github/workflows/matrix_notify.yaml +++ b/.github/workflows/matrix_notify.yaml @@ -3,7 +3,7 @@ name: Matrix Notification on: issues: types: [opened] - pull_request: + pull_request_target: types: [opened] jobs: