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