Make merge requests also run the automatic build. Should help to avoid commits that don't compile being merged.
parent
835c8dd257
commit
4bfa4e2e04
|
@ -23,6 +23,7 @@ build:
|
|||
expire_in: 1 week
|
||||
only:
|
||||
- master
|
||||
- merge_requests
|
||||
|
||||
after_script:
|
||||
- echo "End CI"
|
Reference in New Issue