We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4ec7d7 commit ce107c2Copy full SHA for ce107c2
.github/workflows/release.yaml
@@ -4,6 +4,7 @@ on:
4
push:
5
schedule:
6
- cron: "0 1 * * 0" # 01:00 on Sundays, https://crontab.guru/#0_1_*_*_0
7
+ workflow_dispatch:
8
9
permissions:
10
contents: write # to make release
0 commit comments