File tree Expand file tree Collapse file tree 3 files changed +3
-27
lines changed Expand file tree Collapse file tree 3 files changed +3
-27
lines changed Original file line number Diff line number Diff line change 2
2
# https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions
3
3
name : CI
4
4
5
- on :
6
- push :
7
- branches :
8
- - master
9
- - 2.0
10
- pull_request :
11
- branches :
12
- - master
13
- - 2.0
5
+ on : [push, pull_request]
14
6
15
7
env :
16
8
PYTHON_LATEST : 3.9
Original file line number Diff line number Diff line change 2
2
# https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions
3
3
name : Doc
4
4
5
- on :
6
- push :
7
- branches :
8
- - master
9
- - 2.0
10
- pull_request :
11
- branches :
12
- - master
13
- - 2.0
5
+ on : [push, pull_request]
14
6
15
7
env :
16
8
PYTHON_LATEST : 3.9
Original file line number Diff line number Diff line change 2
2
# https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions
3
3
name : Lint
4
4
5
- on :
6
- push :
7
- branches :
8
- - master
9
- - 2.0
10
- pull_request :
11
- branches :
12
- - master
13
- - 2.0
5
+ on : [push, pull_request]
14
6
15
7
env :
16
8
PYTHON_LATEST : 3.9
You can’t perform that action at this time.
0 commit comments