From 88654a14d82728fb3deb800ad622206cf82555ac Mon Sep 17 00:00:00 2001 From: James Murdza Date: Wed, 29 Apr 2026 08:04:11 -0700 Subject: [PATCH] Update pr-template-check.yml --- .github/workflows/pr-template-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-template-check.yml b/.github/workflows/pr-template-check.yml index 7a39c91..9ea6a8a 100644 --- a/.github/workflows/pr-template-check.yml +++ b/.github/workflows/pr-template-check.yml @@ -1,6 +1,6 @@ name: PR Template Check on: - pull_request: + pull_request_target: types: [opened, edited] jobs: check-pr-template: