mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-03-25 16:18:22 -04:00
GitlabCI add rules to trigger pipeline on merge requests
This commit is contained in:
parent
31424cd2f0
commit
463d46a26f
@ -3,9 +3,10 @@ image: docker:stable
|
||||
services:
|
||||
- docker:stable-dind
|
||||
|
||||
stages:
|
||||
- build
|
||||
- test
|
||||
workflow:
|
||||
rules:
|
||||
- if: $CI_MERGE_REQUEST_ID
|
||||
- if: $CI_COMMIT_BRANCH
|
||||
|
||||
build-and-test:
|
||||
script:
|
||||
|
Loading…
x
Reference in New Issue
Block a user