We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c561d33 commit bd627b5Copy full SHA for bd627b5
.github/workflows/release.yml
@@ -1,6 +1,9 @@
1
name: Release
2
3
on:
4
+ schedule:
5
+ # 9 AM UTC on every Monday
6
+ - cron: "0 9 * * Mon"
7
workflow_dispatch:
8
inputs:
9
pre-release:
0 commit comments