build: add docs update workflow trigger (#1846)

fix: add workflow_dispatch trigger to docs update workflow
This commit is contained in:
soup 2024-11-27 16:34:43 +01:00 committed by GitHub
parent beff1ee4af
commit 97e02d3d79
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,9 +1,9 @@
# .github/workflows/trigger_docs_update.yml
name: Trigger Docs Update
on:
release:
types: [published]
workflow_dispatch:
jobs:
trigger_docs_update: