Skip to content

Commit 7e9989b

Browse files
committed
Run the deploy every night
1 parent f9b2f22 commit 7e9989b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/deploy.yml

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

33
on:
4+
# This only gets triggered by a maintainer merging, not the bot
45
push:
56
branches:
67
- main
7-
8+
schedule:
9+
# Daily run
10+
- cron: "0 4 * * *"
811
workflow_dispatch: null
12+
913
jobs:
1014
deploy:
1115
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)