Преглед изворни кода

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"