Skip to content
Snippets Groups Projects
Commit a76cfeb2 authored by ko_oler's avatar ko_oler
Browse files

fix .gitlab-ci.yml

parent c853e61e
No related branches found
No related tags found
2 merge requests!2test,!1Добавлена генерация файлов для frontend в Makefile и публикацию npm-пакета
...@@ -9,7 +9,7 @@ publish_npm: ...@@ -9,7 +9,7 @@ publish_npm:
- apk add --update jq - apk add --update jq
- apk add --update rsync - apk add --update rsync
rules: rules:
- if: '$CI_PIPELINE_SOURCE == "merge_request_event"' - if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
changes: changes:
- clients/**/* - clients/**/*
script: script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment