Skip to content

Commit

Permalink
Merge pull request #1108 from microsoft/scheduled
Browse files Browse the repository at this point in the history
Run the deploy every night
  • Loading branch information
Orta Therox authored Aug 17, 2021
2 parents f9b2f22 + 4592ff3 commit 8c5bfa9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 8c5bfa9

Please sign in to comment.