From 8fe08c5551ad834a02fdae5421d4a2f2cb7692e8 Mon Sep 17 00:00:00 2001 From: Sara Burns Date: Wed, 5 Jun 2024 12:27:01 -0400 Subject: [PATCH] fix: testing --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7e64688e..7de43d32 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,7 +3,7 @@ name: Python CI on: push: branches: [master] - pull_request: + pull_request_target: branches: - '**'