Skip to content

Commit 223b99d

Browse files
del-zhenwuZwwWayne
authored andcommitted
Ignoring paths (open-mmlab#6615)
Signed-off-by: del-zhenwu <[email protected]>
1 parent c5e9cd2 commit 223b99d

File tree

1 file changed

+14
-10
lines changed

1 file changed

+14
-10
lines changed

.github/workflows/build.yml

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,22 @@ name: build
22

33
on:
44
push:
5-
paths:
6-
- '!demo/**'
7-
- '!docker/**'
8-
- '!tools/**'
5+
paths-ignore:
6+
- '.dev_scripts/**'
7+
- '.github/**.md'
8+
- 'demo/**'
9+
- 'docker/**'
10+
- 'tools/**'
911

1012
pull_request:
11-
paths:
12-
- '!demo/**'
13-
- '!docker/**'
14-
- '!tools/**'
15-
- '!docs/**'
16-
- '!docs_zh-CN/**'
13+
paths-ignore:
14+
- '.dev_scripts/**'
15+
- '.github/**.md'
16+
- 'demo/**'
17+
- 'docker/**'
18+
- 'tools/**'
19+
- 'docs/**'
20+
- 'docs_zh-CN/**'
1721

1822
jobs:
1923
build_cpu:

0 commit comments

Comments
 (0)