Skip to content

Commit 46f3f8c

Browse files
authored
Clean up 7.x workflows (#865)
1 parent 9ed4e8d commit 46f3f8c

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.github/workflows/check-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Check Release
22
on:
33
push:
4-
branches: ["main"]
4+
branches: ["7.x"]
55
pull_request:
66

77
concurrency:

.github/workflows/downstream.yml

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

33
on:
44
push:
5-
branches: ["main"]
5+
branches: ["7.x"]
66
pull_request:
77

88
concurrency:

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: CI
22

33
on:
44
push:
5-
branches: ["main"]
5+
branches: ["7.x"]
66
pull_request:
77

88
concurrency:
@@ -50,6 +50,8 @@ jobs:
5050
python-version: "3.9"
5151
- os: ubuntu-latest
5252
python-version: "pypy-3.8"
53+
- os: ubuntu-latest
54+
python-version: "3.11"
5355
- os: macos-latest
5456
python-version: "3.8"
5557

0 commit comments

Comments
 (0)