From d982745858dd59efa049e5b3b108f16d79293241 Mon Sep 17 00:00:00 2001 From: Nathan Baker Date: Sat, 20 Jun 2020 08:24:16 -0700 Subject: [PATCH] Expand tests to all branches. Also update README with testing badge. --- .github/workflows/python-package.yml | 6 +++--- README.md | 2 ++ 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index 3d2cb52..2e5b461 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -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: diff --git a/README.md b/README.md index 4f24163..69b71a5 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # PROPKA 3 +![Tests](https://github.com/jensengroup/propka/workflows/Tests/badge.svg) + PROPKA predicts the pKa values of ionizable groups in proteins (version 3.0) and protein-ligand complexes (version 3.1 and later) based on the 3D structure.