From 955cf56dc371680c10327601168b30672e7aaeae Mon Sep 17 00:00:00 2001 From: "j.spijker@ultimaker.com" Date: Tue, 21 Jun 2022 17:04:06 +0200 Subject: [PATCH] Use glob pattern for the release triggers Contributes to CURA-9365 --- .github/workflows/conan-package.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/conan-package.yml b/.github/workflows/conan-package.yml index c0d90088b6..b3c4dafb18 100644 --- a/.github/workflows/conan-package.yml +++ b/.github/workflows/conan-package.yml @@ -30,9 +30,9 @@ on: branches: - main - 'CURA-*' - - '[\d]+.[\d]+' + - '[1-9]+.[-0-9]+' tags: - - '[\d]+.[\d]+' + - '[1-9]+.[0-9]+.[0-9]+' pull_request: paths: @@ -47,7 +47,7 @@ on: - 'requirements*.txt' branches: - main - - '[\d]+.[\d]+' + - '[1-9]+.[-0-9]+' jobs: