summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2019-04-12 11:10:48 -0400
committerBen Gamari <ben@smart-cactus.org>2019-04-20 11:55:38 -0400
commitbd3872dff8889427942ad63966e8f274f44489f8 (patch)
treeaa944f0e40c2724bd96a47d4ced4946714fa762f
parente3fe26010dfc3a9681ac6ea976e299e6f8966af1 (diff)
downloadhaskell-bd3872dff8889427942ad63966e8f274f44489f8.tar.gz
gitlab-ci: Only run release notes lint on release tags
-rw-r--r--.gitlab-ci.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 77ee010865..ffe3d95a71 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -125,7 +125,8 @@ lint-changelogs:
lint-release-changelogs:
extends: .lint-changelogs
only:
- - tags
+ refs:
+ - /ghc-[0-9]+\.[0-9]+\.[0-9]+-.*/
############################################################