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' - '**.adoc'
- '**.md' - '**.md'
- 'LICENSE' - 'LICENSE'
repository_dispatch: workflow_dispatch:
schedule: schedule:
- cron: '0 12 * * *' - cron: '0 12 * * *'