Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjspijker <j.spijker@ultimaker.com>2022-10-04 17:36:13 +0300
committerjspijker <j.spijker@ultimaker.com>2022-10-04 17:36:13 +0300
commitc00135bfac31738608df9b11a3649076126c3add (patch)
tree5bc2ec2af5f1dda9283bcead73e9526b4e03b248
parentbef3eb8703e4f51da5a2e0cb3d173423cb3dfc9f (diff)
make sure prerelease tag triggers conan-package
-rw-r--r--.github/workflows/conan-package.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.github/workflows/conan-package.yml b/.github/workflows/conan-package.yml
index d7f4557b81..f8fc6e900b 100644
--- a/.github/workflows/conan-package.yml
+++ b/.github/workflows/conan-package.yml
@@ -44,8 +44,9 @@ on:
- '[1-9].[0-9]'
- '[1-9].[0-9][0-9]'
tags:
- - '[1-9].[0-9].[0-9]+'
- - '[1-9].[0-9][0-9].[0-9]+'
+ - '[1-9].[0-9].[0-9]*'
+ - '[1-9].[0-9].[0-9]'
+ - '[1-9].[0-9][0-9].[0-9]*'
jobs:
conan-recipe-version: