Skip to content
Snippets Groups Projects
Unverified Commit e374b8a3 authored by gabriel klawitter's avatar gabriel klawitter Committed by GitHub
Browse files

gitlab ci: change to pull request builds

the server receives pull requests now directly and will test builds them with this change.
parent e0f15314
No related merge requests found
Pipeline #25571 canceled with stages
in 41 seconds
......@@ -34,6 +34,7 @@ test-rust-stable:
- master
- schedules
- web
- /^[0-9]+$/
tags:
- rust-stable
......@@ -46,3 +47,8 @@ build-linux:
- cargo build --release
tags:
- rust-stable
only:
- master
- tags
- web
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment