Skip to content

Commit 59dae66

Browse files
authored
Add Cron
1 parent 1aa6a0b commit 59dae66

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/node.js.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ name: Node.js CI
55

66
on:
77
workflow_dispatch:
8+
schedule:
9+
- cron: '0 1-23/2 * * *'
810
push:
911
branches: [ "master" ]
1012
pull_request:

0 commit comments

Comments
 (0)