File tree 6 files changed +30
-6
lines changed
6 files changed +30
-6
lines changed Original file line number Diff line number Diff line change 1
1
name : Build from tarball
2
2
3
- on : [push, pull_request]
3
+ on :
4
+ pull_request :
5
+ push :
6
+ branches :
7
+ - master
4
8
5
9
env :
6
10
FLAKY_TESTS : dontcare
Original file line number Diff line number Diff line change 1
1
name : build-windows
2
2
3
- on : [push, pull_request]
3
+ on :
4
+ pull_request :
5
+ push :
6
+ branches :
7
+ - master
4
8
5
9
env :
6
10
PYTHON_VERSION : 3.8
Original file line number Diff line number Diff line change 1
1
name : linters
2
2
3
- on : [push, pull_request]
3
+ on :
4
+ pull_request :
5
+ push :
6
+ branches :
7
+ - master
4
8
5
9
env :
6
10
PYTHON_VERSION : 3.8
Original file line number Diff line number Diff line change 1
1
name : misc
2
2
3
- on : [push, pull_request]
3
+ on :
4
+ pull_request :
5
+ push :
6
+ branches :
7
+ - master
4
8
5
9
env :
6
10
NODE_VERSION : 12.x
Original file line number Diff line number Diff line change 1
1
name : test-linux
2
2
3
- on : [push, pull_request]
3
+ on :
4
+ pull_request :
5
+ push :
6
+ branches :
7
+ - master
4
8
5
9
env :
6
10
PYTHON_VERSION : 3.8
Original file line number Diff line number Diff line change 1
1
name : test-macOS
2
2
3
- on : [push, pull_request]
3
+ on :
4
+ pull_request :
5
+ push :
6
+ branches :
7
+ - master
4
8
5
9
env :
6
10
PYTHON_VERSION : 3.8
You can’t perform that action at this time.
0 commit comments