Run the deploy every night
This commit is contained in:
Родитель
f9b2f22f23
Коммит
7e9989b0de
|
@ -1,11 +1,15 @@
|
|||
name: Deploy to npm
|
||||
|
||||
on:
|
||||
# This only gets triggered by a maintainer merging, not the bot
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
schedule:
|
||||
# Daily run
|
||||
- cron: "0 4 * * *"
|
||||
workflow_dispatch: null
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Загрузка…
Ссылка в новой задаче