summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@python.org>2019-12-16 11:15:08 -0800
committerGitHub <noreply@github.com>2019-12-16 11:15:08 -0800
commit6a263cf1adfc18cdba65c788dd76d35997a89acf (patch)
tree92bb3e8af0d4f78faec8962d5dc4abc682b29da8 /README.rst
parenta76ba362c4d86adf5e7f8254398135d12d7afd25 (diff)
downloadcpython-git-6a263cf1adfc18cdba65c788dd76d35997a89acf.tar.gz
bpo-39041: Add GitHub Actions badge to README.rst (GH-17628)
Also skip build for doc-only changes and enable on push
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 62dd0fd4e9..43f6197929 100644
--- a/README.rst
+++ b/README.rst
@@ -5,6 +5,10 @@ This is Python version 3.9.0 alpha 1
:alt: CPython build status on Travis CI
:target: https://travis-ci.org/python/cpython
+.. image:: https://github.com/python/cpython/workflows/Tests/badge.svg
+ :alt: CPython build status on GitHub Actions
+ :target: https://github.com/python/cpython/actions
+
.. image:: https://dev.azure.com/python/cpython/_apis/build/status/Azure%20Pipelines%20CI?branchName=master
:alt: CPython build status on Azure DevOps
:target: https://dev.azure.com/python/cpython/_build/latest?definitionId=4&branchName=master