From 046a192ae3ae49ed3564ed6bb2361e8572b46c4b Mon Sep 17 00:00:00 2001 From: Greg Weresch Date: Fri, 2 Aug 2024 11:11:14 -0400 Subject: [PATCH] Update unit test workflow to use pull request source code --- .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 722a7b2d33..0301a89b4e 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