Browse Source

fix: set branch to master in deploy action

Oliver Eyton-Williams 4 năm trước cách đây
mục cha
commit
39624c26e5
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      .github/workflows/build.yml

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

@@ -2,7 +2,8 @@ name: Deploy
 
 on:
   push:
-    branches: [ $default-branch ]
+    branches:
+      - master
 
 jobs:
   test: