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 a0dd049 commit 976060dCopy full SHA for 976060d
.github/workflows/release.yaml
@@ -1,8 +1,8 @@
1
name: Release
2
on:
3
- push:
4
- branches:
5
- - main
+ workflow_dispatch:
+ schedule:
+ - cron: '0 2 * * *' # run at 2 AM UTC
6
7
jobs:
8
release:
0 commit comments