From 05115e7429713679c8f19ac33844d14acb1d083b Mon Sep 17 00:00:00 2001 From: Greg Weresch Date: Fri, 2 Aug 2024 11:56:30 -0400 Subject: [PATCH] Update unit test workflow to use pull request source code (#3074) --- .github/workflows/tests-unit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests-unit.yml b/.github/workflows/tests-unit.yml index 722a7b2d334..0301a89b4ee 100644 --- a/.github/workflows/tests-unit.yml +++ b/.github/workflows/tests-unit.yml @@ -7,7 +7,7 @@ on: - "v9.*" - "v8.*" - "v7.*" - pull_request_target: + pull_request: branches: - main - v9