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.
schedule
workflow_dispatch
1 parent 52d6ac9 commit 2e37f12Copy full SHA for 2e37f12
1 file changed
.github/workflows/release.yml
@@ -4,6 +4,9 @@ on:
4
push:
5
branches:
6
- main
7
+ schedule:
8
+ - cron: "0 17 * * 2" # Weekly on Tuesday evenings
9
+ workflow_dispatch:
10
11
jobs:
12
release-please:
0 commit comments