diff --git a/.github/workflows/test.yml b/.github/workflows/build.yml similarity index 99% rename from .github/workflows/test.yml rename to .github/workflows/build.yml index 98e749b..1ee363d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/build.yml @@ -1,4 +1,4 @@ -name: Test +name: Build on: pull_request: diff --git a/README.rst b/README.rst index 6dc31ac..fa2ac58 100644 --- a/README.rst +++ b/README.rst @@ -4,6 +4,10 @@ sysaudit :target: https://sysaudit.readthedocs.io/en/latest/?badge=latest :alt: Documentation Status +.. image: https://github.com/brettlangdon/sysaudit/workflows/Build/badge.svg?branch=main&event=push + :target: https://github.com/brettlangdon/sysaudit/actions?query=branch%3Amain+workflow%3ABuild+event%3Apush + :alt: Build status + Backport module of `sys.audit `_ and `sys.addaudithook `_ from Python 3.8.