Skip to content

Commit c75d2df

Browse files
authored
chore: schedule maintenance releases
1 parent 8647200 commit c75d2df

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
name: Release
2-
on: [workflow_dispatch]
2+
on:
3+
workflow_dispatch:
4+
# Release patches and secruity updates on a schedule
5+
schedule:
6+
- cron: "0 0 1 * *"
7+
38
jobs:
49
tag:
510
name: Tag

0 commit comments

Comments
 (0)