Skip to content

Commit b286a18

Browse files
committed
ci(workflows): add workflow_dispatch event (#1044)
Because - `workflow_dispatch` is useful to manually trigger to generate `v0-dev` component documentation This commit - add the event
1 parent f357f03 commit b286a18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sync-component-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Sync component docs
22

33
on:
4-
workflow_call:
4+
workflow_dispatch:
55
push:
66
branches:
77
- main

0 commit comments

Comments
 (0)