From b7a3e98ed2ab10ef1741e7f80975ad339390e3cb Mon Sep 17 00:00:00 2001 From: Bug Fest <52962234+bugfest@users.noreply.github.com> Date: Mon, 13 Nov 2023 19:48:26 +0100 Subject: [PATCH] fix tag filter III Signed-off-by: Bug Fest <52962234+bugfest@users.noreply.github.com> --- .github/workflows/main-tag.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main-tag.yml b/.github/workflows/main-tag.yml index 0218825..98dbcfe 100644 --- a/.github/workflows/main-tag.yml +++ b/.github/workflows/main-tag.yml @@ -3,7 +3,11 @@ name: Build multiarch image - tag on: push: tags: - - '[0-9]+.[0-9]+.[0-9]+(-rc.[0-9]+)?' + - [0-9]+.[0-9]+.[0-9] + - [0-9]+.[0-9]+.[0-9]-rc.[0-9]+ + branches: + - master + - release/* workflow_dispatch: jobs: