From 3720a746c7c1da96beda18a1cce02d3f7c00214c Mon Sep 17 00:00:00 2001 From: David Boreham Date: Fri, 24 Jul 2026 06:38:08 -0600 Subject: [PATCH] Build all branches --- .github/workflows/publish-images.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-images.yml b/.github/workflows/publish-images.yml index 04692cf..74ac915 100644 --- a/.github/workflows/publish-images.yml +++ b/.github/workflows/publish-images.yml @@ -3,7 +3,7 @@ name: Publish Base Container Image on: push: branches: - - '*' + - '**' jobs: build: