From d39989d22437c3e41a0b1349815f7a7efa8778f3 Mon Sep 17 00:00:00 2001
From: Markus Pesch <markus.pesch@cryptic.systems>
Date: Sat, 31 May 2025 22:04:22 +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 dac90d3..33a09d6 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: