Browse Source

chore: update mirror repository workflow to replace 'dev' branch with 'tree'

PIG AI 1 week ago
parent
commit
7a11cbe36b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/mirror-repository.yml

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

@@ -5,7 +5,7 @@ on:
     branches:
       - master 
       - next
-      - dev
+      - tree
 
 jobs:
   sync-repo: