build: add twice a day cronjob (#392)
This commit is contained in:
Родитель
aa10bbede3
Коммит
6ea6ea185d
|
@ -1,6 +1,9 @@
|
|||
name: Push and publish main
|
||||
|
||||
on:
|
||||
schedule:
|
||||
# twice a day at midnight and noon
|
||||
- cron: '0 0,12 * * *'
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
|
Загрузка…
Ссылка в новой задаче