Skip to content

gitlab-ci: run on merge request instead of push

Bengfort requested to merge fix-gitlab-ci-only into main

gitlab runs pipelines on pushes by default, so only:changes refers to changes in the push, not compared to the main branch. This is not what we want.

Merge request reports