Skip to content

Commit 8d49802

Browse files
committed
ci(sync): Add sync workflow
1 parent e764842 commit 8d49802

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/sync.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Sync Repo
22
on:
33
workflow_dispatch:
4+
repository_dispatch:
5+
types: [sync-repo]
46
jobs:
57
sync:
68
name: Sync

0 commit comments

Comments
 (0)