Browse Source

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

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

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

@@ -4,7 +4,7 @@ on:
   push:
     branches:
       - master 
-      - jdk_17
+      - next
       - dev
 
 jobs: