Browse Source

add outer tigger to build workflow

wangweimin 2 years ago
parent
commit
71a4c17262
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .github/workflows/sync_repo.yml

+ 2 - 0
.github/workflows/sync_repo.yml

@@ -3,6 +3,8 @@ on:
   push:
     branches:
       - dev
+  repository_dispatch:
+
 jobs:
   sync:
     runs-on: ubuntu-latest