fix ci branches
This commit is contained in:
parent
913c15ad02
commit
34b3c1e57b
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -3,10 +3,10 @@ name: CI
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- next
|
- dev
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- next
|
- dev
|
||||||
|
|
||||||
env:
|
env:
|
||||||
DEFAULT_PYTHON: 3.7
|
DEFAULT_PYTHON: 3.7
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue