Skip to content
Permalink
Browse files

bpo-39041: Add GitHub Actions badge to README.rst (GH-17628)

Also skip build for doc-only changes and enable on push
  • Loading branch information
zooba committed Dec 16, 2019
1 parent a76ba36 commit 6a263cf1adfc18cdba65c788dd76d35997a89acf
Showing with 16 additions and 8 deletions.
  1. +12 −8 .github/workflows/build.yml
  2. +4 −0 README.rst
@@ -1,14 +1,16 @@
name: Tests

on:
#push:
# branches:
# - master
# - 3.8
# - 3.7
# paths-ignore:
# - 'Doc/**'
# - 'Misc/**'
push:
branches:
- master
- 3.8
- 3.7
paths-ignore:
- 'Doc/**'
- 'Misc/**'
- '**/*.md'
- '**/*.rst'
pull_request:
branches:
- master
@@ -17,6 +19,8 @@ on:
paths-ignore:
- 'Doc/**'
- 'Misc/**'
- '**/*.md'
- '**/*.rst'

jobs:
build_win32:
@@ -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

0 comments on commit 6a263cf

Please sign in to comment.
You can’t perform that action at this time.