Only run tests on main and v1
This commit is contained in:
parent
2391771a3f
commit
ce8418a2ed
1 changed files with 1 additions and 0 deletions
1
.github/workflows/python-deps.yml
vendored
1
.github/workflows/python-deps.yml
vendored
|
|
@ -2,6 +2,7 @@ name: Test Python Package Installation on Linux and Mac
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [main, v1]
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue