Skip to content

Commit

Permalink
Add path ignore for md file
Browse files Browse the repository at this point in the history
  • Loading branch information
granty1 committed Apr 10, 2020
1 parent 97b140b commit a4b1844
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- '*'
paths-ignore:
- './db/**'
- '**.md'
pull_request:
branches:
- '*'
Expand All @@ -29,7 +30,7 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}

- name: Build test
run: |
npm install
Expand Down

0 comments on commit a4b1844

Please sign in to comment.