Skip to content

Commit 537d8ae

Browse files
authored
Backport PR #42538: CI: Run some checks on push on 1.3.x (#42551)
1 parent 0ae6b27 commit 537d8ae

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.github/workflows/posix.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ name: Posix
22

33
on:
44
push:
5-
branches: [master]
5+
branches:
6+
- master
7+
- 1.3.x
68
pull_request:
79
branches:
810
- master

.github/workflows/pre-commit.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ name: pre-commit
33
on:
44
pull_request:
55
push:
6-
branches: [master]
6+
branches:
7+
- master
8+
- 1.3.x
79

810
jobs:
911
pre-commit:

.github/workflows/sdist.yml

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- master
7+
- 1.3.x
78
pull_request:
89
branches:
910
- master

0 commit comments

Comments
 (0)