Skip to content

Commit 8abcd00

Browse files
authored
Add workflow_dispatch to alpha release workflow
1 parent b699b6c commit 8abcd00

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/alpha-releases.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Alpha Releases
33
on:
44
schedule:
55
- cron: '0 20 * * 3' # weekly (Wednesday)
6+
workflow_dispatch:
67

78
permissions:
89
contents: read

0 commit comments

Comments
 (0)