Skip to content

Commit 465236d

Browse files
committed
chore(ci): run release workflow once per day (#574)
1 parent 65e6715 commit 465236d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/create-releases.yml

Lines changed: 2 additions & 0 deletions
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
- master

0 commit comments

Comments
 (0)