From 940f2d6afb97eebb5eaaa55df45b609ac55c5f2a Mon Sep 17 00:00:00 2001 From: TheNetworkGuy Date: Mon, 16 Jun 2025 11:13:36 +0000 Subject: [PATCH] Re-added some git logic to the pipeline which was lost during development --- .github/workflows/publish-image.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/publish-image.yml b/.github/workflows/publish-image.yml index ef580f7..4b224ab 100644 --- a/.github/workflows/publish-image.yml +++ b/.github/workflows/publish-image.yml @@ -5,6 +5,10 @@ on: push: branches: - main + release: + types: [published] + pull_request: + types: [opened, synchronize] jobs: test_quality: