From a34e88b9c7f2b161664c1f7aa8720d569b2cd8bc Mon Sep 17 00:00:00 2001 From: Luca Beurer-Kellner Date: Tue, 11 Mar 2025 14:42:48 +0100 Subject: [PATCH] fix trigger --- .github/workflows/publish-images.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-images.yml b/.github/workflows/publish-images.yml index 7610701..86ac1f5 100644 --- a/.github/workflows/publish-images.yml +++ b/.github/workflows/publish-images.yml @@ -9,8 +9,9 @@ on: # branches: # - main # - v* - branches: - - ghcr + push: + branches: + - ghcr jobs: build-explorer-local-images: