浏览代码

build on push to master

mitm001 5 年之前
父节点
当前提交
477ec69c56
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      .github/workflows/main.yml

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

@@ -21,7 +21,7 @@ name: Build Docs
 
 on:
   push:
-    branches: [ link-fix ]
+    branches: [ master ]
   # Initiate a build to pull in the wiki-ui repository changes.
   repository_dispatch:
     types: [wiki-ui-build]
@@ -45,7 +45,6 @@ jobs:
     - name: Clone the repo
       uses: actions/checkout@v2
       with:
-        ref: link-fix
         # Number of commits to fetch. 0 indicates all history.
         fetch-depth: 1