Merge branch 'soru/merge-trains' into 'main'
chore: Make merge trains possible See merge request famedly/famedlysdk!670
This commit is contained in:
commit
dd2bc860a3
|
|
@ -3,6 +3,12 @@ stages:
|
|||
- builddocs
|
||||
- deploy
|
||||
|
||||
workflow:
|
||||
rules:
|
||||
- if: $CI_MERGE_REQUEST_IID
|
||||
- if: $CI_COMMIT_TAG
|
||||
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|
||||
|
||||
coverage:
|
||||
tags:
|
||||
- linux
|
||||
|
|
@ -94,8 +100,8 @@ build_api_doc:
|
|||
artifacts:
|
||||
paths:
|
||||
- doc/api/
|
||||
only:
|
||||
- main
|
||||
rules:
|
||||
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|
||||
|
||||
build_doc:
|
||||
tags:
|
||||
|
|
@ -109,8 +115,8 @@ build_doc:
|
|||
artifacts:
|
||||
paths:
|
||||
- doc-public
|
||||
only:
|
||||
- main
|
||||
rules:
|
||||
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|
||||
|
||||
pages:
|
||||
tags:
|
||||
|
|
@ -127,8 +133,8 @@ pages:
|
|||
artifacts:
|
||||
paths:
|
||||
- public
|
||||
only:
|
||||
- main
|
||||
rules:
|
||||
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|
||||
|
||||
# Adds license-scanning job. Because Gitlab does not support pub.dev
|
||||
# we added https://github.com/oss-review-toolkit/ort
|
||||
|
|
|
|||
Loading…
Reference in New Issue