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 }}