xieyonghong 3 лет назад
Родитель
Сommit
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