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:
authorCasper Lamboo <c.lamboo@ultimaker.com>2022-07-13 12:35:07 +0300
committerGitHub <noreply@github.com>2022-07-13 12:35:07 +0300
commit91a830ab06d3cab174f4283e84a4b5679d90e944 (patch)
treee9b8380458611ed4717b5983a1f8e895c456db8b /.github
parent596bfe8a37068c16b3b6e2eaa8ed65bb63a71d22 (diff)
Fix version number matching
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/conan-package.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/conan-package.yml b/.github/workflows/conan-package.yml
index da9a5ecb27..c2eab5c632 100644
--- a/.github/workflows/conan-package.yml
+++ b/.github/workflows/conan-package.yml
@@ -41,7 +41,7 @@ on:
branches:
- main
- 'CURA-*'
- - '[1-9]+.[0-9]+'
+ - '[0-9]+.[0-9]+'
tags:
- '[0-9]+.[0-9]+.[0-9]+'
- '[0-9]+.[0-9]+-beta'