From 26dc84418f73d48889075c0a5427e7042f03801d Mon Sep 17 00:00:00 2001 From: Tom Winter Date: Tue, 31 Dec 2024 10:27:52 +0100 Subject: [PATCH] ci: fix tags trigger --- .github/workflows/aam-backend-service-build-and-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/aam-backend-service-build-and-publish.yml b/.github/workflows/aam-backend-service-build-and-publish.yml index cb2556d..8eecf85 100644 --- a/.github/workflows/aam-backend-service-build-and-publish.yml +++ b/.github/workflows/aam-backend-service-build-and-publish.yml @@ -7,7 +7,7 @@ on: - 'application/aam-backend-service/**' push: tags: - - "aam-backend-service/*" + - '**' branches: - main paths: