Explorar el Código

feat: 放开next打包

xieyonghong hace 3 años
padre
commit
f3abf7e1b8
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1 1
      .github/workflows/deploy.yml
  2. 1 1
      .github/workflows/docker.yml

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

@@ -1,7 +1,7 @@
 name: Deploy CI
 name: Deploy CI
 on:
 on:
   push:
   push:
-    branches: ["master", "2.0"]
+    branches: ["master", "2.0", "next"]
 
 
 jobs:
 jobs:
   build-and-deploy:
   build-and-deploy:

+ 1 - 1
.github/workflows/docker.yml

@@ -1,7 +1,7 @@
 name: build images
 name: build images
 on:
 on:
   push:
   push:
-    branches: ["master", "2.0"]
+    branches: ["master", "2.0", "next"]
 jobs:
 jobs:
   build-and-deploy:
   build-and-deploy:
     runs-on: ubuntu-latest
     runs-on: ubuntu-latest