Преглед изворни кода

ci: gh-pages --> main 直接构建

菲鸽 пре 2 година
родитељ
комит
440ec7b5db
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      .github/workflows/deploy-h5.yml

+ 1 - 1
.github/workflows/deploy-h5.yml

@@ -3,7 +3,7 @@ name: Deploy Pages
 on:
   # Runs on pushes targeting the default branch
   push:
-    branches: ['gh-pages']
+    branches: ['main']
 
   # Allows you to run this workflow manually from the Actions tab
   workflow_dispatch: