Przeglądaj źródła

chore: remove main branch trigger from build workflow

cheng zhen 1 rok temu
rodzic
commit
12a77835db
1 zmienionych plików z 0 dodań i 2 usunięć
  1. 0 2
      .github/workflows/build.yml

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

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