Skip to content

Commit 215476a

Browse files
chore(ci): run release workflow once per day (#978)
1 parent 1fa164d commit 215476a

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)