From 81c80aaf0591fce4fb4841d09dfbac0bba4409e7 Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Sat, 31 May 2025 22:04:53 +0200 Subject: [PATCH] chore(ci): update workflow_dispatch for update docker hub description --- .gitea/workflows/update-docker-hub-description.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/update-docker-hub-description.yaml b/.gitea/workflows/update-docker-hub-description.yaml index 5378448..f57e91c 100644 --- a/.gitea/workflows/update-docker-hub-description.yaml +++ b/.gitea/workflows/update-docker-hub-description.yaml @@ -4,6 +4,7 @@ on: push: branches: [ 'master' ] paths: [ 'README.md' ] + workflow_dispatch: {} jobs: update-description-on-hub-docker-io: