From 159c4f0dc866426025aca0e89347c4e86c5f8121 Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Sat, 31 May 2025 22:08:40 +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 f73272c..ec6bbf6 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: