Browse Source

Add path ignore for md file

Granty1 4 years ago
parent
commit
a4b18448e9
1 changed files with 2 additions and 1 deletions
  1. 2 1
      .github/workflows/build_test.yml

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

@@ -6,6 +6,7 @@ on:
         - '*'
       paths-ignore:
         - './db/**'
+        - '**.md'
     pull_request:
       branches: 
         - '*'
@@ -29,7 +30,7 @@ jobs:
       uses: actions/setup-node@v1
       with:
         node-version: ${{ matrix.node-version }}
-        
+
     - name: Build test 
       run: |
         npm install