From 42ebb285a3682a299da44a75aac098c30eda8383 Mon Sep 17 00:00:00 2001 From: Markus Lehtonen Date: Mon, 8 Mar 2021 10:16:17 +0200 Subject: [PATCH] github: limit gh-pages build of tags to (final) semver releases --- .github/workflows/gh-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index c500d7a87..6896ec5ce 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -5,7 +5,7 @@ on: - master - release-* tags: - - v* + - v[0-9]+.[0-9]+.[0-9]+ jobs: build: name: Update gh-pages