Skip to content

Commit

Permalink
Run nosetests workflow for pushes, too
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Jul 1, 2021
1 parent 9c3eda1 commit 0756300
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
name: Nose tests

on:
push:
branches:
- "*"
pull_request:
branches: [ main ]
branches:
- main

jobs:
tests:
Expand Down

0 comments on commit 0756300

Please sign in to comment.