From 96447f88b34323522f43cf9103a85b4a7dda3abb Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Sat, 31 May 2025 22:05:54 +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 4040689..9c2cea9 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: