Skip to content

Commit

Permalink
ci(github): update test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
vzhd1701 committed Oct 20, 2023
1 parent ab01727 commit b0d3066
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions .github/workflows/test.yml
Expand Up @@ -7,15 +7,13 @@ on:
branches:
- '**'
tags-ignore:
- '*.*'
paths-ignore:
- "*.md"
- ".pre-commit-config.yaml"
- "pyproject.toml"
- "**/version.py"
- "Dockerfile"
- ".github/workflows/*.yml"
- "!.github/workflows/test.yml"
- '**'
paths:
- '**.py'
- 'tests/**'
- 'poetry.lock'
- '.github/workflows/test.yml'
- '!**/version.py'

env:
BUILD_POETRY_VERSION: 1.6.1
Expand Down

0 comments on commit b0d3066

Please sign in to comment.