Merge pull request #1108 from microsoft/scheduled
Run the deploy every night
This commit is contained in:
Коммит
8c5bfa9d21
|
@ -1,11 +1,11 @@
|
|||
name: Deploy to npm
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
schedule:
|
||||
# Daily run
|
||||
- cron: "0 4 * * *"
|
||||
workflow_dispatch: null
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Загрузка…
Ссылка в новой задаче