浏览代码

Merge pull request #1510 from ojeytonwilliams/feat/migrate-to-actions

fix: set branch to master in deploy action
Oliver Eyton-Williams 4 年之前
父节点
当前提交
3a39aa7ab8
共有 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: