summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2020-03-11 19:05:53 -0400
committerMarge Bot <ben+marge-bot@smart-cactus.org>2020-03-13 02:31:40 -0400
commitf124ff0dfccced755ee97ecac027119269996f8f (patch)
tree5d9df7032226d5896e6e365a44ab488e6711cddf
parent2f292db8f10134919c420b71b8a5eccd379212ad (diff)
downloadhaskell-f124ff0dfccced755ee97ecac027119269996f8f.tar.gz
gitlab-ci: Rework triggering of release builds
Use a push option instead of tagging.
-rw-r--r--.gitlab-ci.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b7b9def998..8a69bf1b86 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -51,7 +51,8 @@ stages:
when: always
expire_in: 1 year
only:
- - tags
+ variables:
+ - $RELEASE == "yes"
############################################################
# Runner Tags