فهرست منبع

feat: 放开next打包

xieyonghong 3 سال پیش
والد
کامیت
f3abf7e1b8
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  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