mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-25 17:21:05 -04:00
GitlabCI add rules to trigger pipeline on merge requests
This commit is contained in:
parent
31424cd2f0
commit
463d46a26f
1 changed files with 4 additions and 3 deletions
|
@ -3,9 +3,10 @@ image: docker:stable
|
||||||
services:
|
services:
|
||||||
- docker:stable-dind
|
- docker:stable-dind
|
||||||
|
|
||||||
stages:
|
workflow:
|
||||||
- build
|
rules:
|
||||||
- test
|
- if: $CI_MERGE_REQUEST_ID
|
||||||
|
- if: $CI_COMMIT_BRANCH
|
||||||
|
|
||||||
build-and-test:
|
build-and-test:
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue