Skip to content

Commit a970ab2

Browse files
authored
fix: add way to manually dispatch master branch (#435)
1 parent 6034a8a commit a970ab2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/autoupdate-master.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: Generate Client Master
22
on:
33
schedule:
44
- cron: '30 8 * * *'
5+
workflow_dispatch:
6+
57

68
jobs:
79
generate-client:

0 commit comments

Comments
 (0)