Skip to content

Commit

Permalink
Run the deploy every night
Browse files Browse the repository at this point in the history
  • Loading branch information
orta committed Aug 17, 2021
1 parent f9b2f22 commit 7e9989b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 7e9989b

Please sign in to comment.