Update publish.yml

Run action every 5 minutes
This commit is contained in:
Aleksandr Statciuk 2019-11-13 16:25:46 +03:00 committed by GitHub
parent 9a74641669
commit 89a69a1003
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ name: Publish playlists
on:
schedule:
- cron: '0 1 * * *'
- cron: */5 * * * *'
jobs:
deploy: