test ci
Test / test (push) Has been cancelled
Details
Test / test (push) Has been cancelled
Details
This commit is contained in:
parent
4b9a5209ea
commit
d86206f2ef
|
|
@ -4,19 +4,19 @@ on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- "**"
|
- "**"
|
||||||
paths:
|
# paths:
|
||||||
- '**.py'
|
# - '**.py'
|
||||||
- 'pyproject.toml'
|
# - 'pyproject.toml'
|
||||||
- 'poetry.lock'
|
# - 'poetry.lock'
|
||||||
- 'tests/**'
|
# - 'tests/**'
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- "**"
|
- "**"
|
||||||
paths:
|
# paths:
|
||||||
- '**.py'
|
# - '**.py'
|
||||||
- 'pyproject.toml'
|
# - 'pyproject.toml'
|
||||||
- 'poetry.lock'
|
# - 'poetry.lock'
|
||||||
- 'tests/**'
|
# - 'tests/**'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue