Allow stars script to be run manually (#453)

This commit is contained in:
MacFJA
2023-09-10 13:09:58 +02:00
committed by GitHub
parent b429f2e178
commit 9587f5ed53

View File

@@ -3,6 +3,7 @@ name: Update stars count
on:
schedule:
- cron: '0 0 * * 0' # At 00:00 on Sunday.
workflow_dispatch:
jobs:
update: