From 98dd2cf305f808c7430b3b55e1c25bb5dd9e6452 Mon Sep 17 00:00:00 2001 From: Sheldon Date: Thu, 19 Sep 2024 14:11:43 +0200 Subject: [PATCH] Update publish.yml --- .github/workflows/publish.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 655b169b..eb889403 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -3,11 +3,6 @@ name: Publish Docker images on: release: types: [published] - # TODO: The run on push should be removed (or commented out) in the future. It is here only for testing purposes - # while the deployment is WiP - push: - branches: - - updated_backend_deployment env: REGISTRY: ghcr.io