From d6febaaa11dcb457a1cd2f98fd9864479f080f41 Mon Sep 17 00:00:00 2001 From: Olof Pettersson Date: Tue, 30 Dec 2025 16:37:44 +0100 Subject: [PATCH] Add main branch --- .gitea/workflows/publish-image.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/publish-image.yaml b/.gitea/workflows/publish-image.yaml index f91c6dfce00..02c5b3ddd5d 100644 --- a/.gitea/workflows/publish-image.yaml +++ b/.gitea/workflows/publish-image.yaml @@ -1,7 +1,7 @@ name: Publish Builder Image on: push: - branches: [ main ] + branches: [ customized-moa ] paths: [ 'Dockerfile' ] # Only run if Dockerfile changes jobs: