add cron schedule for the script

This commit is contained in:
Bhupesh Varshney 2022-08-19 23:11:34 +05:30 committed by GitHub
parent 680e023999
commit b9b0d9ea92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,9 @@
name: r/developersIndia titles updater
on:
schedule:
# At 19:30 on every 2nd day-of-week.”
- cron: '30 19 * * */2'
workflow_dispatch:
push:
branches: [ "main" ]