From 08db43de909c8265dfb99298e71623a8be2ad0a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrei=20Th=C3=BCler?= <22741115+athuler@users.noreply.github.com> Date: Sun, 29 Sep 2024 07:14:54 -0500 Subject: [PATCH] Run Tests on Pull Requests --- .github/workflows/testing.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 77ae680..d237239 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -3,7 +3,7 @@ name: Testing Package -on: push +on: [push, pull_request] permissions: @@ -30,4 +30,4 @@ jobs: - name: Test with pytest run: | pip install pytest pytest-cov - pytest \ No newline at end of file + pytest