Skip to content

Commit 8c5bfa9

Browse files
author
Orta Therox
authored
Merge pull request #1108 from microsoft/scheduled
Run the deploy every night
2 parents f9b2f22 + 4592ff3 commit 8c5bfa9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/deploy.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name: Deploy to npm
22

33
on:
4-
push:
5-
branches:
6-
- main
7-
4+
schedule:
5+
# Daily run
6+
- cron: "0 4 * * *"
87
workflow_dispatch: null
8+
99
jobs:
1010
deploy:
1111
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)