From 0d41706d16138cfe6db511145cfa9798c20e0bc7 Mon Sep 17 00:00:00 2001 From: Srikanth Muppandam Date: Mon, 23 Feb 2026 09:50:26 +0530 Subject: [PATCH] ci: update workflow trigger to pull_request Use pull_request instead of pull_request_target so checks run against PR code rather than the base branch. Signed-off-by: Srikanth Muppandam --- .github/workflows/qcom-preflight-checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/qcom-preflight-checks.yml b/.github/workflows/qcom-preflight-checks.yml index 9fd343c0..d046dd60 100644 --- a/.github/workflows/qcom-preflight-checks.yml +++ b/.github/workflows/qcom-preflight-checks.yml @@ -1,6 +1,6 @@ name: Qualcomm Preflight Checks on: - pull_request_target: + pull_request: branches: [ "main" ] push: branches: [ "main" ]