Skip to content

Commit

Permalink
fix ignore path (#1059)
Browse files Browse the repository at this point in the history
  • Loading branch information
ly015 authored Dec 6, 2021
1 parent 353311a commit 423bcc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- master
paths-ignore:
- 'README.md'
- 'README_zh-CN.md'
- 'README_CN.md'
- 'docs/**'
- 'docs_zh-CN/**'
- 'examples/**'
Expand All @@ -18,7 +18,7 @@ on:
pull_request:
paths-ignore:
- 'README.md'
- 'README_zh-CN.md'
- 'README_CN.md'
- 'docs/**'
- 'docs_zh-CN/**'
- 'examples/**'
Expand Down

0 comments on commit 423bcc3

Please sign in to comment.