Skip to content
Snippets Groups Projects

#284: fix: changes wasn't inherited but erased

Merged Moul requested to merge 284_fix_ci_changes into dev
+ 2
1
@@ -17,9 +17,10 @@ image: $DOCKER_IMAGE/$PYTHON_VERSION:latest
- tests/*.py
.changes:
extends: .code_changes
only:
changes:
- silkaj/*.py
- tests/*.py
- .gitlab-ci.yml
- pyproject.toml
- poetry.lock
Loading