Skip to content

Commit ce107c2

Browse files
committed
Allow manually triggering releases
1 parent b4ec7d7 commit ce107c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
schedule:
66
- cron: "0 1 * * 0" # 01:00 on Sundays, https://crontab.guru/#0_1_*_*_0
7+
workflow_dispatch:
78

89
permissions:
910
contents: write # to make release

0 commit comments

Comments
 (0)