github actions: update-metadata: allow manually triggering workflow run

This commit is contained in:
nodiscc
2023-06-16 14:03:45 +02:00
parent c7e09df481
commit 9345d7c883

View File

@@ -1,6 +1,7 @@
on:
schedule:
- cron: '22 22 * * *'
workflow_dispatch:
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}