diff options
| author | Andrew Dolgov <fox@fakecake.org> | 2023-10-22 10:59:39 +0300 |
|---|---|---|
| committer | Andrew Dolgov <fox@fakecake.org> | 2023-10-22 10:59:39 +0300 |
| commit | 487635ca28952e8cc4f5be26d34be198ff0348ea (patch) | |
| tree | aa5fd597319249b9495876fc6f37d46b33e09647 /.gitlab-ci.yml | |
| parent | bde94dbf4bd2a1612c85576ba7349a0f6f9f6ec1 (diff) | |
add integration branch job
Diffstat (limited to '.gitlab-ci.yml')
| -rw-r--r-- | .gitlab-ci.yml | 5 |
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 |