Skip to content

Commit 0d41706

Browse files
committed
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 <smuppand@qti.qualcomm.com>
1 parent 3a3f834 commit 0d41706

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/qcom-preflight-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Qualcomm Preflight Checks
22
on:
3-
pull_request_target:
3+
pull_request:
44
branches: [ "main" ]
55
push:
66
branches: [ "main" ]

0 commit comments

Comments
 (0)