Skip to content

Commit

Permalink
Extend the list of files that trigger the back-end check
Browse files Browse the repository at this point in the history
  • Loading branch information
tudoramariei committed Feb 12, 2025
1 parent aaf398a commit ace57ad
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/backend_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,22 @@ on:
branches:
- 'main'
paths:
- 'tox.ini'
- 'pyproject.toml'
- 'dist/**.py'
- 'src/**.py'
- 'tests/**.py'
- 'requirements/**.in'
- 'requirements/**'
pull_request:
branches:
- 'main'
paths:
- 'tox.ini'
- 'pyproject.toml'
- 'dist/**.py'
- 'src/**.py'
- 'tests/**.py'
- 'requirements/**.in'
- 'requirements/**'

jobs:

Expand Down

0 comments on commit ace57ad

Please sign in to comment.