Also skip build for doc-only changes and enable on push
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
paths-ignore:
- 'Doc/**'
- 'Misc/**'
+ - '**/*.md'
+ - '**/*.rst'
jobs:
build_win32:
: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