Skip to content

Commit

Permalink
Ignore some path don't impact workflow (vesoft-inc#2513)
Browse files Browse the repository at this point in the history
* Ignore some path don't impact workflow.

* Ignore the markdown files.

Co-authored-by: Yee <2520865+yixinglu@users.noreply.github.com>
  • Loading branch information
Shylock-Hg and yixinglu committed Aug 25, 2021
1 parent ab7445b commit b82b870
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ on:
branches:
- master
- 'v[0-9]+.*'
paths-ignore:
- 'docs/**'
- 'LICENSES/**'
- 'LICENSE'
- '**.md'

defaults:
run:
Expand Down

0 comments on commit b82b870

Please sign in to comment.