From 018fe9af4fed6351803ba9db4a75c81590e53708 Mon Sep 17 00:00:00 2001 From: Nick Larsen Date: Mon, 9 Dec 2024 11:50:42 +0100 Subject: [PATCH] ci(template): Trigger builds on Release Candidate tags --- template/.github/workflows/build.yml.j2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/template/.github/workflows/build.yml.j2 b/template/.github/workflows/build.yml.j2 index 926fbce2..43c30ecb 100644 --- a/template/.github/workflows/build.yml.j2 +++ b/template/.github/workflows/build.yml.j2 @@ -13,7 +13,8 @@ on: - trying - "renovate/**" tags: - - '[0-9][0-9].[0-9]+.[0-9]+(-rc[0-9]+)?' + - '[0-9][0-9].[0-9]+.[0-9]+' + - '[0-9][0-9].[0-9]+.[0-9]+-rc[0-9]+' pull_request: merge_group: schedule: