add integration branch job

This commit is contained in:
Andrew Dolgov
2023-10-22 10:59:39 +03:00
parent bde94dbf4b
commit 487635ca28

View File

@@ -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