From 4d05d580ec6e0901a02975adc37364bfe305fedd Mon Sep 17 00:00:00 2001 From: Thomas Fink <53316058+ThomasAFink@users.noreply.github.com> Date: Wed, 20 Nov 2024 13:11:11 +0100 Subject: [PATCH] fix(ZMS): Update build-images.yaml run on all branches --- .github/workflows/build-images.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-images.yaml b/.github/workflows/build-images.yaml index c9b7a8b..d0a43b7 100644 --- a/.github/workflows/build-images.yaml +++ b/.github/workflows/build-images.yaml @@ -3,7 +3,7 @@ name: Build and Push Docker Images to GHCR on: push: branches: - - main + - '*' tags: - '*'