Browse Source

feat: 放开next打包

xieyonghong 3 years ago
parent
commit
f3abf7e1b8
2 changed files with 2 additions and 2 deletions
  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