]> glassweightruler.freedombox.rocks Git - Ventoy.git/commitdiff
update workflows/sync2gitee.yml
authorlongpanda <admin@ventoy.net>
Fri, 29 Jan 2021 02:14:17 +0000 (10:14 +0800)
committerlongpanda <admin@ventoy.net>
Fri, 29 Jan 2021 02:14:17 +0000 (10:14 +0800)
.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: