Skip to content

Commit

Permalink
ci: Run backend workflow after requirements changes
Browse files Browse the repository at this point in the history
  • Loading branch information
thomass-dev committed Feb 3, 2025
1 parent b6a2e75 commit 13e6a0c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@ name: backend
on:
pull_request:
paths:
- 'skore/ci/requirements/**'
- 'skore/src/**'
- 'skore/tests/**'
- 'skore/pyproject.toml'
- 'skore/requirements*.txt'
- 'skore/*requirements.in'
- '.github/workflows/backend.yml'
push:
branches:
Expand Down

0 comments on commit 13e6a0c

Please sign in to comment.