Add workflow_dispatch to be able to trigger this action.

This commit is contained in:
Benoit Marty 2023-06-19 17:33:07 +02:00
parent 892a5e9fed
commit fd8ea69104

View file

@ -1,5 +1,6 @@
name: Sync Localazy
on:
workflow_dispatch:
schedule:
# At 00:00 on every Monday UTC
- cron: '0 0 * * 1'