File tree Expand file tree Collapse file tree 3 files changed +28
-0
lines changed Expand file tree Collapse file tree 3 files changed +28
-0
lines changed Original file line number Diff line number Diff line change @@ -7,13 +7,23 @@ on: # yamllint disable-line rule:truthy
7
7
- ' proxy/**'
8
8
- ' tests/**'
9
9
- ' examples/**'
10
+ - ' requirements*'
11
+ - ' setup.cfg'
12
+ - ' version-check.py'
13
+ - ' MANIFEST.in'
10
14
- ' .github/workflows/test-brew.yml'
15
+ - ' helper/homebrew/**'
11
16
pull_request :
12
17
paths :
13
18
- ' proxy/**'
14
19
- ' tests/**'
15
20
- ' examples/**'
21
+ - ' requirements*'
22
+ - ' setup.cfg'
23
+ - ' version-check.py'
24
+ - ' MANIFEST.in'
16
25
- ' .github/workflows/test-brew.yml'
26
+ - ' helper/homebrew/**'
17
27
18
28
jobs :
19
29
build :
Original file line number Diff line number Diff line change @@ -7,13 +7,23 @@ on: # yamllint disable-line rule:truthy
7
7
- ' proxy/**'
8
8
- ' tests/**'
9
9
- ' examples/**'
10
+ - ' requirements*'
11
+ - ' setup.cfg'
12
+ - ' version-check.py'
13
+ - ' MANIFEST.in'
10
14
- ' .github/workflows/test-docker.yml'
15
+ - ' Dockerfile'
11
16
pull_request :
12
17
paths :
13
18
- ' proxy/**'
14
19
- ' tests/**'
15
20
- ' examples/**'
21
+ - ' requirements*'
22
+ - ' setup.cfg'
23
+ - ' version-check.py'
24
+ - ' MANIFEST.in'
16
25
- ' .github/workflows/test-docker.yml'
26
+ - ' Dockerfile'
17
27
18
28
jobs :
19
29
build :
Original file line number Diff line number Diff line change @@ -7,12 +7,20 @@ on: # yamllint disable-line rule:truthy
7
7
- ' proxy/**'
8
8
- ' tests/**'
9
9
- ' examples/**'
10
+ - ' requirements*'
11
+ - ' setup.cfg'
12
+ - ' version-check.py'
13
+ - ' MANIFEST.in'
10
14
- ' .github/workflows/test-library.yml'
11
15
pull_request :
12
16
paths :
13
17
- ' proxy/**'
14
18
- ' tests/**'
15
19
- ' examples/**'
20
+ - ' requirements*'
21
+ - ' setup.cfg'
22
+ - ' version-check.py'
23
+ - ' MANIFEST.in'
16
24
- ' .github/workflows/test-library.yml'
17
25
18
26
concurrency :
You can’t perform that action at this time.
0 commit comments