File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
- # This workflow will install Python dependencies, run tests and lint with a variety of Python versions
2
- # For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
3
-
4
1
name : ARM64 Tests
5
2
6
- on : [push, pull_request]
3
+ on :
4
+ push :
5
+ branches : master
6
+ pull_request :
7
7
8
8
jobs :
9
9
build :
Original file line number Diff line number Diff line change 1
- # This workflow will install Python dependencies, run tests and lint with a variety of Python versions
2
- # For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
3
-
4
1
name : Python Tests
5
2
6
- on : [push, pull_request]
3
+ on :
4
+ push :
5
+ branches : master
6
+ pull_request :
7
7
8
8
jobs :
9
9
build :
You can’t perform that action at this time.
0 commit comments