Skip to content
Snippets Groups Projects
Commit 7eac8369 authored by Moul's avatar Moul
Browse files

CI: Fix files changes detection

silkaj/wot/revocation.py and tests/unit/wot/test_revocation.py
are not detected as changes by the CI

https://docs.gitlab.com/ee/ci/yaml/#ruleschanges
https://docs.ruby-lang.org/en/master/File.html#method-c-fnmatch
parent 535155a3
No related branches found
No related tags found
1 merge request!249Store revocation file with 600 permission (#481). Fix CI. Set endpoint options as mutually exclusives
......@@ -14,19 +14,23 @@ image: $DOCKER_IMAGE/$PYTHON_VERSION:latest
rules:
- changes:
- "**.py"
- "**/*.py"
- .pre-commit-config.yaml
.doc_changes:
rules:
- changes:
- "**.py"
- "**/*.py"
- "**.md"
- "**/*.md"
- .pre-commit-config.yaml
.changes:
rules:
- changes:
- "**.py"
- "**/*.py"
- .gitlab-ci.yml
- pyproject.toml
......
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