mirror of
https://github.com/daylinmorgan/viv.git
synced 2024-12-22 02:30:44 -06:00
ci: map not list
This commit is contained in:
parent
b822fe432c
commit
6357a99189
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -5,7 +5,7 @@ on:
|
||||||
workflow_call:
|
workflow_call:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
push:
|
push:
|
||||||
- paths:
|
paths:
|
||||||
- 'src/**/*.py'
|
- 'src/**/*.py'
|
||||||
- 'tests/**/*.py'
|
- 'tests/**/*.py'
|
||||||
- 'pyproject.toml'
|
- 'pyproject.toml'
|
||||||
|
|
Loading…
Reference in a new issue