浏览代码

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
 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