dev #11
|
|
@ -4,19 +4,19 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- "**"
|
||||
# paths:
|
||||
# - '**.py'
|
||||
# - 'pyproject.toml'
|
||||
# - 'poetry.lock'
|
||||
# - 'tests/**'
|
||||
paths:
|
||||
- '**.py'
|
||||
- 'pyproject.toml'
|
||||
- 'poetry.lock'
|
||||
- 'tests/**'
|
||||
pull_request:
|
||||
branches:
|
||||
- "**"
|
||||
# paths:
|
||||
# - '**.py'
|
||||
# - 'pyproject.toml'
|
||||
# - 'poetry.lock'
|
||||
# - 'tests/**'
|
||||
paths:
|
||||
- '**.py'
|
||||
- 'pyproject.toml'
|
||||
- 'poetry.lock'
|
||||
- 'tests/**'
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
|
|
|||
Loading…
Reference in New Issue