From 77cf2ee15486117225db15e4b409b7aa4e88a3ea Mon Sep 17 00:00:00 2001 From: Jeff Rhoades <37990507+rhoadesScholar@users.noreply.github.com> Date: Thu, 15 Feb 2024 12:12:40 -0500 Subject: [PATCH] Update tests.yaml add dev/main to tests --- .github/workflows/tests.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 285b57402..720b81d9b 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -4,6 +4,7 @@ on: pull_request: branches: - main + - dev/main push: branches: - main @@ -37,4 +38,4 @@ jobs: run: pytest --color=yes --cov --cov-report=xml --cov-report=term-missing - name: Coverage - uses: codecov/codecov-action@v3 \ No newline at end of file + uses: codecov/codecov-action@v3