]> glassweightruler.freedombox.rocks Git - Ventoy.git/blobdiff - .github/workflows/sync2gitee.yml
CI build
[Ventoy.git] / .github / workflows / sync2gitee.yml
index ebe6697f77b45acc155139162957e1362ad746ab..e2b50763adf9f8e276a12b0f27d6ae8cc88a4720 100644 (file)
@@ -3,9 +3,9 @@ name: Mirror GitHub to Gitee
 on:
   # Triggers the workflow on push or pull request events but only for the main branch
   push:
-    branches: [ main ]
+    branches: [ master ]
   pull_request:
-    branches: [ main ]
+    branches: [ master ]
 
   # Allows you to run this workflow manually from the Actions tab
   workflow_dispatch: