Skip to content
Snippets Groups Projects
Commit 00b9c05e authored by Moul's avatar Moul
Browse files

(ci) Adapt changes to the new repository structure (#330)

So the jobs start when the python files changes
parent 6c1e9396
No related branches found
No related tags found
No related merge requests found
Pipeline #17442 passed
......@@ -13,14 +13,14 @@ image: $DOCKER_IMAGE/$PYTHON_VERSION:latest
.code_changes:
rules:
- changes:
- silkaj/*.py
- tests/*.py
- silkaj/**/*.py
- tests/**/*.py
.changes:
rules:
- changes:
- silkaj/*.py
- tests/*.py
- silkaj/**/*.py
- tests/**/*.py
- .gitlab-ci.yml
- pyproject.toml
- poetry.lock
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment