Update .gitlab-ci.yml file

This commit is contained in:
Slava
2023-08-26 23:27:42 +00:00
parent 4f65bc33b4
commit abd1186280

View File

@@ -10,6 +10,14 @@ release_job:
- if: "$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH"
- if: $CI_COMMIT_TAG
when: never
- if:
changes:
- README.md
- CHANGELOG
- .gitattribute
- .gitignore
- .gitlab-ci.yml
when: never
- if:
changes:
- data/**/*