We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e764842 commit 8d49802Copy full SHA for 8d49802
.github/workflows/sync.yaml
@@ -1,6 +1,8 @@
1
name: Sync Repo
2
on:
3
workflow_dispatch:
4
+ repository_dispatch:
5
+ types: [sync-repo]
6
jobs:
7
sync:
8
name: Sync
0 commit comments