Browse Source

chore: update mirror repository workflow to include 'next-dev' branch

lengleng 1 month ago
parent
commit
c006abeec9
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .github/workflows/mirror-repository.yml

+ 1 - 0
.github/workflows/mirror-repository.yml

@@ -5,6 +5,7 @@ on:
     branches:
       - master 
       - next
+      - next-dev
       - dev
 
 jobs: