Make merge requests also run the automatic build. Should help to avoid commits that don't compile being merged.

master
dragontamerfred 2019-10-17 06:35:43 +00:00
parent 835c8dd257
commit 4bfa4e2e04
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ build:
expire_in: 1 week
only:
- master
- merge_requests
after_script:
- echo "End CI"