Ver Fonte

chore: update build workflow

Hintay há 9 meses atrás
pai
commit
3e065f0533
1 ficheiros alterados com 2 adições e 3 exclusões
  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"