Skip to content

Commit 27ff5db

Browse files
author
benoit-cty
committed
Fix workflow bug
1 parent 44b41b0 commit 27ff5db

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

.github/workflows/test-package.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,11 @@ on:
66
pull_request:
77
paths:
88
- "codecarbon/**"
9-
- "test/**"
9+
- "tests/**"
1010
- "pyproject.toml"
1111
- "uv.lock"
1212
push:
1313
branches: [master]
14-
paths:
15-
- "codecarbon/**"
16-
- "test/**"
17-
- "pyproject.toml"
18-
- "uv.lock"
1914

2015
jobs:
2116
python-test:

0 commit comments

Comments
 (0)