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 1
1
name : Tests
2
2
3
3
on :
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'
12
14
pull_request :
13
15
branches :
14
16
- master
17
19
paths-ignore :
18
20
- ' Doc/**'
19
21
- ' Misc/**'
22
+ - ' **/*.md'
23
+ - ' **/*.rst'
20
24
21
25
jobs :
22
26
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
5
5
:alt: CPython build status on Travis CI
6
6
:target: https://travis-ci.org/python/cpython
7
7
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
+
8
12
.. image :: https://dev.azure.com/python/cpython/_apis/build/status/Azure%20Pipelines%20CI?branchName=master
9
13
:alt: CPython build status on Azure DevOps
10
14
: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