ci: add workflow_dispatch trigger to website.yml

Allows manual website redeploy without touching website files.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Thomas SharedInbox
2026-05-13 09:43:10 +02:00
co-authored by Claude Sonnet 4.6
parent 1d3557d67b
commit f813288270
+1
View File
@@ -7,6 +7,7 @@ on:
- 'website/**'
- 'scripts/website-verify.sh'
- '.forgejo/workflows/website.yml'
workflow_dispatch:
jobs:
deploy: