Allow triggering docs workflow manually.

This commit is contained in:
Felix Fontein 2022-12-07 19:54:25 +01:00
parent 5fa47579af
commit f935a41b8a

View file

@ -17,6 +17,8 @@ on:
# Run CI once per day (at 05:15 UTC)
schedule:
- cron: '15 5 * * *'
# Allow manual trigger (for newer antsibull-docs, sphinx-ansible-theme, ... versions)
workflow_dispatch:
jobs:
build-docs: