summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2023-10-22 10:59:39 +0300
committerAndrew Dolgov <[email protected]>2023-10-22 10:59:39 +0300
commit487635ca28952e8cc4f5be26d34be198ff0348ea (patch)
treeaa5fd597319249b9495876fc6f37d46b33e09647
parentbde94dbf4bd2a1612c85576ba7349a0f6f9f6ec1 (diff)
add integration branch job
-rw-r--r--.gitlab-ci.yml5
1 files changed, 5 insertions, 0 deletions
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