From b1af3b670311eec8a4a626cda4c9cf0b21b8233c Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Tue, 5 Jul 2022 10:33:37 +0200 Subject: [PATCH] Broaden scope of tags that get built We want to build the beta tags too. Honestly, I think we could just build any tag automatically, but I'll be good and leave it at this. I also broadened the tags to build for the stable releases to allow zeroes in the major version number, e.g. if we're going to release version 10.1.0. Contributes to issue CURA-9365. --- .github/workflows/conan-package.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/conan-package.yml b/.github/workflows/conan-package.yml index 34fef10cee..a2603dd345 100644 --- a/.github/workflows/conan-package.yml +++ b/.github/workflows/conan-package.yml @@ -43,7 +43,8 @@ on: - 'CURA-*' - '[1-9]+.[0-9]+' tags: - - '[1-9]+.[0-9]+.[0-9]+' + - '[0-9]+.[0-9]+.[0-9]+' + - '[0-9]+.[0-9]+-beta' jobs: conan-recipe-version: