From 2b8e5f934b3377fa98c3f9f8bb7f674fb2f61769 Mon Sep 17 00:00:00 2001 From: Joakim Nordling Date: Wed, 15 Nov 2023 14:28:01 +0200 Subject: [PATCH] REVERT ME: Temporary testing --- .github/workflows/test_latest_python.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test_latest_python.yaml b/.github/workflows/test_latest_python.yaml index 1b2b4af..90e9484 100644 --- a/.github/workflows/test_latest_python.yaml +++ b/.github/workflows/test_latest_python.yaml @@ -2,6 +2,8 @@ name: Test the library with latest python on: workflow_dispatch: + pull_request: + types: [opened, synchronize, edited] jobs: run_tests: