Skip to content

Commit 3f43c83

Browse files
authored
Run tests on release branches (#11409)
Co-authored-by: hauntsaninja <>
1 parent 1bf701f commit 3f43c83

File tree

4 files changed

+4
-11
lines changed

4 files changed

+4
-11
lines changed

.github/workflows/build_wheels.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,8 @@ name: Trigger wheel build
22

33
on:
44
push:
5-
branches: [master]
5+
branches: [master, 'release*']
66
tags: ['*']
7-
paths-ignore:
8-
- 'docs/**'
9-
- '**/*.rst'
10-
- '**/*.md'
11-
- .gitignore
12-
- CREDITS
13-
- LICENSE
147

158
jobs:
169
build-wheels:

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Check documentation build
22

33
on:
44
push:
5-
branches: [master]
5+
branches: [master, 'release*']
66
tags: ['*']
77
pull_request:
88
paths:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Tests
22

33
on:
44
push:
5-
branches: [master]
5+
branches: [master, 'release*']
66
tags: ['*']
77
pull_request:
88
paths-ignore:

.github/workflows/test_stubgenc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Test stubgenc on pybind11-mypy-demo
22

33
on:
44
push:
5-
branches: [master]
5+
branches: [master, 'release*']
66
tags: ['*']
77
pull_request:
88
paths:

0 commit comments

Comments
 (0)