test ci
Test / test (push) Has been cancelled Details

This commit is contained in:
Artem Kashaev 2025-11-27 14:39:50 +05:00
parent 4b9a5209ea
commit d86206f2ef
1 changed files with 10 additions and 10 deletions

View File

@ -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: