Skip to content

Commit

Permalink
trigger tests for setup.* mask
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
  • Loading branch information
bigcat88 committed Jul 14, 2023
1 parent 960ee71 commit 7649659
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/analysis-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- '.github/workflows/analysis-coverage.yml'
- 'nc_py_api/*.*'
- 'tests/**'
- 'setup.py'
- 'setup.*'
- 'pyproject.toml'
- '.pre-commit-config.yaml'
push:
Expand All @@ -15,7 +15,7 @@ on:
- '.github/workflows/analysis-coverage.yml'
- 'pillow_heif/*.*'
- 'tests/**'
- 'setup.py'
- 'setup.*'
- 'pyproject.toml'
- '.pre-commit-config.yaml'
workflow_dispatch:
Expand Down

0 comments on commit 7649659

Please sign in to comment.