Merge branch 'preperation-32-when-anchors' into 'development'

fix(md_lint): lint on git tag

See merge request nofusscomputing/projects/gitlab-ci!43
This commit is contained in:
2023-06-02 06:39:39 +00:00

View File

@ -53,6 +53,13 @@
- if: '$JOB_STOP_LINT_MARKDOWN_DOCS'
when: never
- if: # condition_git_tag
$CI_COMMIT_TAG != null &&
$CI_COMMIT_BRANCH == null
exists:
- '{docs/**,pages/**}/*.md'
when: always
- if: # condition_master_branch_push
$CI_COMMIT_BRANCH == "master" &&
$CI_PIPELINE_SOURCE == "push"