+10
-10
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user