Browse Source

chore: update build workflow

Hintay 8 months ago
parent
commit
3e065f0533
1 changed files with 2 additions and 3 deletions
  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"