From c07b39b1eb27aec58d9e4a385360173469696157 Mon Sep 17 00:00:00 2001 From: Benjamin Adams Date: Mon, 6 Jan 2025 13:31:41 -0500 Subject: [PATCH] Update pytest GitHub actions to include develop branch --- .github/workflows/pytest.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 0ba44caf..883b238a 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -4,9 +4,11 @@ on: push: branches: - main + - develop pull_request: branches: - main + - develop jobs: test: