From fd434ec9e734a014648da6e9d0360d1a8c107c17 Mon Sep 17 00:00:00 2001 From: DPSynth Team Date: Thu, 11 Jun 2026 08:46:24 -0700 Subject: [PATCH] Run tests on pull requests. PiperOrigin-RevId: 930552726 --- .github/workflows/pytest.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 773338d..74e7a87 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -14,7 +14,12 @@ name: Unittests -on: [push, workflow_dispatch] +on: + push: + branches: [ main ] + pull_request: + branches: [ main ] + workflow_dispatch: jobs: pytest-job: