Skip to content

Commit 26b4e6c

Browse files
committed
Execute lib workflows for package artifact changes
1 parent d586ba7 commit 26b4e6c

File tree

3 files changed

+28
-0
lines changed

3 files changed

+28
-0
lines changed

.github/workflows/test-brew.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,23 @@ on: # yamllint disable-line rule:truthy
77
- 'proxy/**'
88
- 'tests/**'
99
- 'examples/**'
10+
- 'requirements*'
11+
- 'setup.cfg'
12+
- 'version-check.py'
13+
- 'MANIFEST.in'
1014
- '.github/workflows/test-brew.yml'
15+
- 'helper/homebrew/**'
1116
pull_request:
1217
paths:
1318
- 'proxy/**'
1419
- 'tests/**'
1520
- 'examples/**'
21+
- 'requirements*'
22+
- 'setup.cfg'
23+
- 'version-check.py'
24+
- 'MANIFEST.in'
1625
- '.github/workflows/test-brew.yml'
26+
- 'helper/homebrew/**'
1727

1828
jobs:
1929
build:

.github/workflows/test-docker.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,23 @@ on: # yamllint disable-line rule:truthy
77
- 'proxy/**'
88
- 'tests/**'
99
- 'examples/**'
10+
- 'requirements*'
11+
- 'setup.cfg'
12+
- 'version-check.py'
13+
- 'MANIFEST.in'
1014
- '.github/workflows/test-docker.yml'
15+
- 'Dockerfile'
1116
pull_request:
1217
paths:
1318
- 'proxy/**'
1419
- 'tests/**'
1520
- 'examples/**'
21+
- 'requirements*'
22+
- 'setup.cfg'
23+
- 'version-check.py'
24+
- 'MANIFEST.in'
1625
- '.github/workflows/test-docker.yml'
26+
- 'Dockerfile'
1727

1828
jobs:
1929
build:

.github/workflows/test-library.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,20 @@ on: # yamllint disable-line rule:truthy
77
- 'proxy/**'
88
- 'tests/**'
99
- 'examples/**'
10+
- 'requirements*'
11+
- 'setup.cfg'
12+
- 'version-check.py'
13+
- 'MANIFEST.in'
1014
- '.github/workflows/test-library.yml'
1115
pull_request:
1216
paths:
1317
- 'proxy/**'
1418
- 'tests/**'
1519
- 'examples/**'
20+
- 'requirements*'
21+
- 'setup.cfg'
22+
- 'version-check.py'
23+
- 'MANIFEST.in'
1624
- '.github/workflows/test-library.yml'
1725

1826
concurrency:

0 commit comments

Comments
 (0)