Fix GH action CI
This commit is contained in:
parent
d6099ebffa
commit
3ea1d955eb
1 changed files with 4 additions and 0 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -1,3 +1,7 @@
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- 'v2'
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Install poetry
|
||||
|
|
Loading…
Reference in a new issue