Skip to content

Commit

Permalink
Ignoring paths (#6615)
Browse files Browse the repository at this point in the history
Signed-off-by: del-zhenwu <dele.zhenwu@gmail.com>
  • Loading branch information
del-zhenwu committed Nov 29, 2021
1 parent 6c5be93 commit 5a5cb99
Showing 1 changed file with 14 additions and 10 deletions.
24 changes: 14 additions & 10 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,22 @@ name: build

on:
push:
paths:
- '!demo/**'
- '!docker/**'
- '!tools/**'
paths-ignore:
- '.dev_scripts/**'
- '.github/**.md'
- 'demo/**'
- 'docker/**'
- 'tools/**'

pull_request:
paths:
- '!demo/**'
- '!docker/**'
- '!tools/**'
- '!docs/**'
- '!docs_zh-CN/**'
paths-ignore:
- '.dev_scripts/**'
- '.github/**.md'
- 'demo/**'
- 'docker/**'
- 'tools/**'
- 'docs/**'
- 'docs_zh-CN/**'

jobs:
build_cpu:
Expand Down

0 comments on commit 5a5cb99

Please sign in to comment.