From 7d0f52d36e2039107f7aab5a9f6e58334a330bd0 Mon Sep 17 00:00:00 2001 From: Joe DeCock Date: Tue, 14 Jan 2025 20:55:32 +0100 Subject: [PATCH] ci(is): fix tag prefix in workflow --- .github/workflows/identity-server-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/identity-server-ci.yml b/.github/workflows/identity-server-ci.yml index 86c2fcb2f..03368cdaa 100644 --- a/.github/workflows/identity-server-ci.yml +++ b/.github/workflows/identity-server-ci.yml @@ -7,7 +7,7 @@ on: - main - releases/is/** tags: - - 'is/*.*.*' + - 'is-*.*.*' paths: - 'identity-server/**'