From fe96cec45b2f40e738975ea44f4247614d82c482 Mon Sep 17 00:00:00 2001 From: Justin Laughlin Date: Wed, 7 Aug 2024 16:54:52 -0700 Subject: [PATCH] add pull request to on: so that it will show up --- .github/workflows/testrelease_binary_v2.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/testrelease_binary_v2.yml b/.github/workflows/testrelease_binary_v2.yml index dbf91c2e..e630fa3a 100644 --- a/.github/workflows/testrelease_binary_v2.yml +++ b/.github/workflows/testrelease_binary_v2.yml @@ -2,6 +2,7 @@ name: testrelease_binary_v2 on: workflow_dispatch: + pull_request: jobs: make_sdist: