Expand tests to all branches.

Also update README with testing badge.
This commit is contained in:
Nathan Baker
2020-06-20 08:24:16 -07:00
parent 151125b18c
commit d982745858
2 changed files with 5 additions and 3 deletions

View File

@@ -1,13 +1,13 @@
# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
name: Test coverage
name: Tests
on:
push:
branches: [ master ]
branches: '**'
pull_request:
branches: [ master ]
branches: '**'
jobs:
build: