Skip to content

Commit

Permalink
feat: run tests on main when push (or merge)
Browse files Browse the repository at this point in the history
  • Loading branch information
d0choa committed Apr 11, 2023
1 parent bf9054f commit 59edc6f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
name: tests
on:
pull_request:
push:
branches:
- main
on: [push]
jobs:
test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 59edc6f

Please sign in to comment.