Skip to content

Commit d9c17ea

Browse files
feat: scheduled auto deployment (microsoft#30)
1 parent 5eb5afb commit d9c17ea

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
push:
55
branches:
66
- main
7+
schedule:
8+
- cron: '0 6,18 * * *' # Runs at 6:00 AM and 6:00 PM GMT
79

810
jobs:
911
deploy:

0 commit comments

Comments
 (0)