File tree Expand file tree Collapse file tree 2 files changed +16
-8
lines changed
Expand file tree Collapse file tree 2 files changed +16
-8
lines changed Original file line number Diff line number Diff line change 11name : Tests
22
33on :
4- # push:
5- # branches:
6- # - master
7- # - 3.8
8- # - 3.7
9- # paths-ignore:
10- # - 'Doc/**'
11- # - 'Misc/**'
4+ push :
5+ branches :
6+ - master
7+ - 3.8
8+ - 3.7
9+ paths-ignore :
10+ - ' Doc/**'
11+ - ' Misc/**'
12+ - ' **/*.md'
13+ - ' **/*.rst'
1214 pull_request :
1315 branches :
1416 - master
1719 paths-ignore :
1820 - ' Doc/**'
1921 - ' Misc/**'
22+ - ' **/*.md'
23+ - ' **/*.rst'
2024
2125jobs :
2226 build_win32 :
Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ This is Python version 3.9.0 alpha 1
55 :alt: CPython build status on Travis CI
66 :target: https://travis-ci.org/python/cpython
77
8+ .. image :: https://github.com/python/cpython/workflows/Tests/badge.svg
9+ :alt: CPython build status on GitHub Actions
10+ :target: https://github.com/python/cpython/actions
11+
812.. image :: https://dev.azure.com/python/cpython/_apis/build/status/Azure%20Pipelines%20CI?branchName=master
913 :alt: CPython build status on Azure DevOps
1014 :target: https://dev.azure.com/python/cpython/_build/latest?definitionId=4&branchName=master
You can’t perform that action at this time.
0 commit comments