浏览代码

chore: update build workflow

Hintay 9 月之前
父节点
当前提交
3e065f0533
共有 1 个文件被更改,包括 2 次插入3 次删除
  1. 2 3
      .github/workflows/build.yml

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

@@ -2,9 +2,8 @@ name: Build
 
 on:
   push:
-    branches:
-      - '*'
-      - '!weblate'
+    branches-ignore:
+      - 'weblate'
     paths:
       - "app/**/*.js"
       - "app/**/*.vue"