Skip to content

Commit

Permalink
Update tests.yaml (#112)
Browse files Browse the repository at this point in the history
add dev/main to tests
  • Loading branch information
rhoadesScholar authored Feb 15, 2024
2 parents 4fdc297 + 77cf2ee commit a3f3ad5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
pull_request:
branches:
- main
- dev/main
push:
branches:
- main
Expand Down Expand Up @@ -37,4 +38,4 @@ jobs:
run: pytest --color=yes --cov --cov-report=xml --cov-report=term-missing

- name: Coverage
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v3

0 comments on commit a3f3ad5

Please sign in to comment.