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

fix: set branch to master in deploy action

Oliver Eyton-Williams пре 4 година
родитељ
комит
39624c26e5
1 измењених фајлова са 2 додато и 1 уклоњено
  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: