Skip to content

Commit

Permalink
Set tests to run on push to main
Browse files Browse the repository at this point in the history
  • Loading branch information
linkous8 committed Nov 14, 2023
1 parent f4d655f commit 41f6c0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Run Tests
on:
pull_request:
push:
branches: [master]
branches: [main]

jobs:
pytest:
Expand Down

0 comments on commit 41f6c0e

Please sign in to comment.