add integration branch job

This commit is contained in:
Andrew Dolgov 2023-10-22 10:59:39 +03:00
parent bde94dbf4b
commit 487635ca28
No known key found for this signature in database
GPG Key ID: 1A56B4FA25D4AF2A
1 changed files with 5 additions and 0 deletions

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