Skip to content

Commit 0aeaf5d

Browse files
updated the workflow
1 parent e14d52b commit 0aeaf5d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ on:
44
workflow_dispatch:
55
push:
66
branches:
7-
- main
7+
- main
8+
schedule:
9+
- cron: "0 0 */2 * *"
810

911
jobs:
1012
deploy:

0 commit comments

Comments
 (0)