Skip to content

Commit 8399dca

Browse files
chore(ci): run release workflow once per day (#107)
1 parent 09fd3f8 commit 8399dca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/create-releases.yml

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
name: Create releases
22
on:
3+
schedule:
4+
- cron: '0 5 * * *' # every day at 5am UTC
35
push:
46
branches:
57
- main

0 commit comments

Comments
 (0)