Skip to content

Commit 55d1d95

Browse files
committed
chore(ci): run release workflow once per day (#132)
1 parent da082c4 commit 55d1d95

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.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
- main

0 commit comments

Comments
 (0)