We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 688cbd2 commit 9ea6007Copy full SHA for 9ea6007
.github/workflows/create_release.yml
@@ -3,6 +3,8 @@ on:
3
push:
4
branches:
5
- "main"
6
+ schedule:
7
+ - cron: '21 4 * * *' # every day at 4:21
8
9
jobs:
10
create_release:
0 commit comments