Skip to content

Commit d98321f

Browse files
committed
feat: schedule release job to run daily
1 parent 20383e6 commit d98321f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@ permissions:
44
contents: write
55

66
on:
7-
push:
8-
pull_request:
9-
branches: [main]
7+
schedule:
8+
- cron: "0 0 * * *"
109

1110
jobs:
1211
version_check:

0 commit comments

Comments
 (0)