Skip to content

Commit 976060d

Browse files
committed
ci: change release trigger to nightly
1 parent a0dd049 commit 976060d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: Release
22
on:
3-
push:
4-
branches:
5-
- main
3+
workflow_dispatch:
4+
schedule:
5+
- cron: '0 2 * * *' # run at 2 AM UTC
66

77
jobs:
88
release:

0 commit comments

Comments
 (0)