Explorar o código

feat: 放开next打包

xieyonghong %!s(int64=3) %!d(string=hai) anos
pai
achega
f3abf7e1b8
Modificáronse 2 ficheiros con 2 adicións e 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
 on:
   push:
-    branches: ["master", "2.0"]
+    branches: ["master", "2.0", "next"]
 
 jobs:
   build-and-deploy:

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

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