Update gitlab-yaml to trigger on forks

Trigger CI for forks
This commit is contained in:
Marshall Gaucher 2019-09-18 18:00:40 -07:00 committed by GitHub
parent b246be3e45
commit a9a1da015b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -40,6 +40,8 @@ build-linux:
stage: build
script:
- make
only:
- merge_requests
.build-windows:
stage: build