From 8a45e128de1d2f4553566e311c2891abb80e2232 Mon Sep 17 00:00:00 2001 From: addetz <43963729+addetz@users.noreply.github.com> Date: Wed, 23 Oct 2024 19:46:06 +0100 Subject: [PATCH] docs: add pus for final testing --- .github/workflows/clean-up-unused-images.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/clean-up-unused-images.yaml b/.github/workflows/clean-up-unused-images.yaml index 3b031244ea..7cd7443808 100644 --- a/.github/workflows/clean-up-unused-images.yaml +++ b/.github/workflows/clean-up-unused-images.yaml @@ -5,6 +5,8 @@ on: # On the first of every month at 2 am - cron: '0 2 1 * *' workflow_dispatch: + push: + branches: ['clean-up-images-doc-1232'] concurrency: group: clean-up-images-${{ github.ref }}