diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index aeffa4837..314791358 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -72,6 +72,11 @@ integration-test: rules: - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH +integration-test:branch: + extends: integration-test + rules: + - if: $CI_COMMIT_BRANCH != $CI_DEFAULT_BRANCH && $CI_REGISTRY_USER != null + ttrss-web-nginx:publish: stage: publish extends: .build-master