浏览代码

feat: 屏蔽该分支自动打包

xieyonghong 3 年之前
父节点
当前提交
2edcbd6e57
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3 1
      .github/workflows/docker.yml

+ 3 - 1
.github/workflows/docker.yml

@@ -1,5 +1,7 @@
 name: build images
-on: [push]
+on: 
+    push: 
+        branches: ["master", "2.0", "next"]
 jobs:
   build-and-deploy:
     runs-on: ubuntu-latest