소스 검색

change build module to build on push to master branch

mitm001 5 년 전
부모
커밋
bbc505cbcc
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: [ modules ]
+    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: modules
         # Number of commits to fetch. 0 indicates all history.
         fetch-depth: 1