summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2021-01-04 00:49:57 +0000
committerEmmanuele Bassi <ebassi@gnome.org>2021-01-04 00:49:57 +0000
commit048938a62a9612ac6ad860ad55e554aec69a1fff (patch)
tree8ed87e44d67b0c39f57b87f01587706ba2472ae0 /.gitlab-ci.yml
parent7edbb02d453a4d2218088adcfe03a85e07b4f279 (diff)
downloadgdk-pixbuf-048938a62a9612ac6ad860ad55e554aec69a1fff.tar.gz
ci: Limit macOS builds
Only build on macOS for merge requests and the main development branch.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 08d3ca080..ec1d34663 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -56,6 +56,9 @@ meson-fedora-x86_64:
macos:
stage: build
needs: []
+ only:
+ - master
+ - merge_requests
tags:
- macos
before_script: