From bd3872dff8889427942ad63966e8f274f44489f8 Mon Sep 17 00:00:00 2001 From: Ben Gamari Date: Fri, 12 Apr 2019 11:10:48 -0400 Subject: gitlab-ci: Only run release notes lint on release tags --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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]+-.*/ ############################################################ -- cgit v1.2.1