Skip to content

Commit d90e23b

Browse files
authored
Merge branch 'develop' into fix-374
2 parents 0edd650 + 2c4ad46 commit d90e23b

File tree

4 files changed

+76
-4
lines changed

4 files changed

+76
-4
lines changed

.github/workflows/test-brew.yml

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,29 @@
11
---
22
name: brew
33

4-
on: [push, pull_request] # yamllint disable-line rule:truthy
4+
on: # yamllint disable-line rule:truthy
5+
push:
6+
paths:
7+
- 'proxy/**'
8+
- 'tests/**'
9+
- 'examples/**'
10+
- 'requirements*'
11+
- 'setup.cfg'
12+
- 'version-check.py'
13+
- 'MANIFEST.in'
14+
- '.github/workflows/test-brew.yml'
15+
- 'helper/homebrew/**'
16+
pull_request:
17+
paths:
18+
- 'proxy/**'
19+
- 'tests/**'
20+
- 'examples/**'
21+
- 'requirements*'
22+
- 'setup.cfg'
23+
- 'version-check.py'
24+
- 'MANIFEST.in'
25+
- '.github/workflows/test-brew.yml'
26+
- 'helper/homebrew/**'
527

628
jobs:
729
build:

.github/workflows/test-dashboard.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
---
22
name: dashboard
33

4-
on: [push, pull_request] # yamllint disable-line rule:truthy
4+
on: # yamllint disable-line rule:truthy
5+
push:
6+
paths:
7+
- 'dashboard/**'
8+
- '.github/workflows/test-dashboard.yml'
9+
pull_request:
10+
paths:
11+
- 'dashboard/**'
12+
- '.github/workflows/test-dashboard.yml'
513

614
jobs:
715
build:

.github/workflows/test-docker.yml

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,29 @@
11
---
22
name: docker
33

4-
on: [push, pull_request] # yamllint disable-line rule:truthy
4+
on: # yamllint disable-line rule:truthy
5+
push:
6+
paths:
7+
- 'proxy/**'
8+
- 'tests/**'
9+
- 'examples/**'
10+
- 'requirements*'
11+
- 'setup.cfg'
12+
- 'version-check.py'
13+
- 'MANIFEST.in'
14+
- '.github/workflows/test-docker.yml'
15+
- 'Dockerfile'
16+
pull_request:
17+
paths:
18+
- 'proxy/**'
19+
- 'tests/**'
20+
- 'examples/**'
21+
- 'requirements*'
22+
- 'setup.cfg'
23+
- 'version-check.py'
24+
- 'MANIFEST.in'
25+
- '.github/workflows/test-docker.yml'
26+
- 'Dockerfile'
527

628
jobs:
729
build:

.github/workflows/test-library.yml

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,27 @@
11
---
22
name: lib
33

4-
on: [push, pull_request] # yamllint disable-line rule:truthy
4+
on: # yamllint disable-line rule:truthy
5+
push:
6+
paths:
7+
- 'proxy/**'
8+
- 'tests/**'
9+
- 'examples/**'
10+
- 'requirements*'
11+
- 'setup.cfg'
12+
- 'version-check.py'
13+
- 'MANIFEST.in'
14+
- '.github/workflows/test-library.yml'
15+
pull_request:
16+
paths:
17+
- 'proxy/**'
18+
- 'tests/**'
19+
- 'examples/**'
20+
- 'requirements*'
21+
- 'setup.cfg'
22+
- 'version-check.py'
23+
- 'MANIFEST.in'
24+
- '.github/workflows/test-library.yml'
525

626
concurrency:
727
group: >-

0 commit comments

Comments
 (0)