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-
41name : ARM64 Tests
52
6- on : [push, pull_request]
3+ on :
4+ push :
5+ branches : master
6+ pull_request :
77
88jobs :
99 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-
41name : Python Tests
52
6- on : [push, pull_request]
3+ on :
4+ push :
5+ branches : master
6+ pull_request :
77
88jobs :
99 build :
You can’t perform that action at this time.
0 commit comments