Ver código fonte

chore: workflow 关闭监听 main 分支

cheng zhen 1 ano atrás
pai
commit
b7411c57e6
1 arquivos alterados com 0 adições e 2 exclusões
  1. 0 2
      .github/workflows/build.yml

+ 0 - 2
.github/workflows/build.yml

@@ -2,8 +2,6 @@ name: Build Executables
 
 
 on:
 on:
   push:
   push:
-    branches:
-      - main
     tags:
     tags:
       - 'v*'  # 添加标签触发条件,匹配 v1.0.0 这样的标签
       - 'v*'  # 添加标签触发条件,匹配 v1.0.0 这样的标签