Browse Source

feat: 新增 GitHub 文件同步功能

yangxiaolu3 3 years ago
parent
commit
fd61444086
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/sync-docs.yml

+ 1 - 1
.github/workflows/sync-docs.yml

@@ -3,7 +3,7 @@ name: sync to docs
 on:
 on:
   push:
   push:
     branches:
     branches:
-      - next_dev # default branch
+      - next # default branch
     paths:
     paths:
       - '.github/workflows/**'
       - '.github/workflows/**'
       - 'src/**'
       - 'src/**'