This commit is contained in:
Orta 2021-08-17 17:07:43 +01:00
Родитель f9b2f22f23
Коммит 7e9989b0de
1 изменённых файлов: 5 добавлений и 1 удалений

6
.github/workflows/deploy.yml поставляемый
Просмотреть файл

@ -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