From 30152b1c5bd4a7864cf391ba0f330941e23c9858 Mon Sep 17 00:00:00 2001 From: nwittstruck Date: Fri, 19 Apr 2024 13:14:18 +0200 Subject: [PATCH] design: add kits theme to application index: only build on main again --- .github/workflows/on_release_build_image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/on_release_build_image.yml b/.github/workflows/on_release_build_image.yml index 8f410e2..4995740 100644 --- a/.github/workflows/on_release_build_image.yml +++ b/.github/workflows/on_release_build_image.yml @@ -6,7 +6,7 @@ name: Create and publish a Docker image on: push: - branches: ["main", "20-design-add-new-kits-theme-to-application"] + branches: ["main"] release: types: [published]