diff options
author | Will Thompson <will@willthompson.co.uk> | 2018-07-22 07:43:50 +0000 |
---|---|---|
committer | Will Thompson <will@willthompson.co.uk> | 2018-07-22 07:43:50 +0000 |
commit | 42d33ba92d297b4e8e703b5db34f8267e646cd66 (patch) | |
tree | 4d3f4c3256761aa20a7defe84bc263d3cbfd0401 | |
parent | 1773df34779c1c6773dcd228658de52aa9e681f3 (diff) | |
parent | 7eb64fbf48b844e0573706430dd4cdfab28ca195 (diff) |
Merge branch 'staging/flatpak-ci' into 'master'
Run flatpak-build only on master, staging/* and flatpak/*
See merge request bustle/bustle!10
-rw-r--r-- | .gitlab-ci.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c79ed7c..749151c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -27,6 +27,11 @@ stack-build-test: flatpak-build: stage: build image: registry.gitlab.gnome.org/gnome/gnome-runtime-images/gnome:3.28 + only: + refs: + - master + - /^staging/.*$/ + - /^flatpak/.*$/ variables: APP_ID: "org.freedesktop.Bustle" |