ci: Use workflow_dispatch instead of repository_dispatch

This commit is contained in:
Antonin Stefanutti 2023-02-13 18:18:18 +01:00 committed by Antonin Stefanutti
parent 0a53d04511
commit e7d0041b2a

View File

@ -17,7 +17,7 @@ on:
- '**.adoc'
- '**.md'
- 'LICENSE'
repository_dispatch:
workflow_dispatch:
schedule:
- cron: '0 12 * * *'