Browse Source

ci: 修改触发条件,降低触发频率

sansan 8 tháng trước cách đây
mục cha
commit
cb5dfeb325
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      .github/workflows/docker.yml

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

@@ -2,7 +2,6 @@ name: Build and Push Multi-Arch Docker Images
 
 on:
   push:
-    branches: [master]
     tags: ["v*"]
   workflow_dispatch: