From 1392248f672758e0ff3ca18b014492a584a3066d Mon Sep 17 00:00:00 2001 From: Preocts Date: Tue, 12 Aug 2025 21:46:55 -0400 Subject: [PATCH] Run tests and coverages for all pull requests --- .github/workflows/python-tests.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/python-tests.yml b/.github/workflows/python-tests.yml index 6d6cf15..45dbdc1 100644 --- a/.github/workflows/python-tests.yml +++ b/.github/workflows/python-tests.yml @@ -7,8 +7,6 @@ name: "python tests and coverage" on: pull_request: - branches: - - "main" push: branches: - "main"