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 ...@@ -13,14 +13,14 @@ image: $DOCKER_IMAGE/$PYTHON_VERSION:latest
.code_changes: .code_changes:
rules: rules:
- changes: - changes:
- silkaj/*.py - silkaj/**/*.py
- tests/*.py - tests/**/*.py
.changes: .changes:
rules: rules:
- changes: - changes:
- silkaj/*.py - silkaj/**/*.py
- tests/*.py - tests/**/*.py
- .gitlab-ci.yml - .gitlab-ci.yml
- pyproject.toml - pyproject.toml
- poetry.lock - 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