Skip to content

Commit

Permalink
ci: Run backend workflow after any change on skore/ (#1280)
Browse files Browse the repository at this point in the history
Following #1238.

Currently, any change on `skore/hatch/`, `skore/ci/` or `skore/*.*`
doesn't trigger the backend worflow.
This can lead to undetected bug.
  • Loading branch information
thomass-dev authored Feb 3, 2025
1 parent b6a2e75 commit c2c0862
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,8 @@ name: backend
on:
pull_request:
paths:
- 'skore/src/**'
- 'skore/tests/**'
- 'skore/pyproject.toml'
- 'skore/requirements*.txt'
- '.github/workflows/backend.yml'
- 'skore/**'
push:
branches:
- main
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: frontend
on:
pull_request:
paths:
- 'skore-ui/**'
- '.github/workflows/frontend.yml'
- 'skore-ui/**'
push:
branches:
- main
Expand Down

0 comments on commit c2c0862

Please sign in to comment.