From a137387b1f1ac986e547935184c83e1eb05512ff Mon Sep 17 00:00:00 2001 From: "C.Lee Taylor" Date: Wed, 8 Mar 2023 09:58:39 +0200 Subject: [PATCH] ci(fix): wildcard tag matching --- .github/workflows/base_node_binaries.yml | 2 +- .github/workflows/build_libwallets.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/base_node_binaries.yml b/.github/workflows/base_node_binaries.yml index 1f41a19802..4750713f79 100644 --- a/.github/workflows/base_node_binaries.yml +++ b/.github/workflows/base_node_binaries.yml @@ -4,7 +4,7 @@ name: Build Matrix of Binaries 'on': push: tags: - - "v[0-9]+.[0-9]+.[0-9]+(-[a-z]+.[0-9]+)?" + - 'v[0-9]+.[0-9]+.[0-9]*' branches: - build-* schedule: diff --git a/.github/workflows/build_libwallets.yml b/.github/workflows/build_libwallets.yml index c46c09d668..d4e7de17b2 100644 --- a/.github/workflows/build_libwallets.yml +++ b/.github/workflows/build_libwallets.yml @@ -4,7 +4,7 @@ name: Build libwallets 'on': push: tags: - - "v[0-9]+.[0-9]+.[0-9]+" + - 'v[0-9]+.[0-9]+.[0-9]*' branches: - "build-libwallet-*" schedule: