Browse Source

feat: 屏蔽该分支自动打包

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