We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5e9cd2 commit 223b99dCopy full SHA for 223b99d
.github/workflows/build.yml
@@ -2,18 +2,22 @@ name: build
2
3
on:
4
push:
5
- paths:
6
- - '!demo/**'
7
- - '!docker/**'
8
- - '!tools/**'
+ paths-ignore:
+ - '.dev_scripts/**'
+ - '.github/**.md'
+ - 'demo/**'
9
+ - 'docker/**'
10
+ - 'tools/**'
11
12
pull_request:
13
14
15
- - '!docs/**'
16
- - '!docs_zh-CN/**'
17
18
19
+ - 'docs/**'
20
+ - 'docs_zh-CN/**'
21
22
jobs:
23
build_cpu:
0 commit comments