File tree Expand file tree Collapse file tree 4 files changed +4
-11
lines changed Expand file tree Collapse file tree 4 files changed +4
-11
lines changed Original file line number Diff line number Diff line change @@ -2,15 +2,8 @@ name: Trigger wheel build
22
33on :
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
158jobs :
169 build-wheels :
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Check documentation build
22
33on :
44 push :
5- branches : [master]
5+ branches : [master, 'release*' ]
66 tags : ['*']
77 pull_request :
88 paths :
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Tests
22
33on :
44 push :
5- branches : [master]
5+ branches : [master, 'release*' ]
66 tags : ['*']
77 pull_request :
88 paths-ignore :
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Test stubgenc on pybind11-mypy-demo
22
33on :
44 push :
5- branches : [master]
5+ branches : [master, 'release*' ]
66 tags : ['*']
77 pull_request :
88 paths :
You can’t perform that action at this time.
0 commit comments