Browse Source

Update gitlab-yaml to trigger on forks

Trigger CI for forks
service_pr
Marshall Gaucher 5 years ago
committed by GitHub
parent
commit
a9a1da015b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .gitlab-ci.yml

2
.gitlab-ci.yml

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

Loading…
Cancel
Save