Skip to content

Commit 736ab9b

Browse files
authored
Merge pull request pypy#5365 from pypy/ci_changes
CI changes
2 parents 376cb12 + 5268c93 commit 736ab9b

File tree

3 files changed

+6
-8
lines changed

3 files changed

+6
-8
lines changed

.github/workflows/pre-commit.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,11 @@
33

44
name: pre-commit
55

6-
# Controls when the action will run.
76
on:
8-
# Triggers the workflow on push or pull request events but only for the main branch
97
push:
10-
branches: [ "main", "py3.11" ]
8+
branches: [ "main", "py3.[0-9]+" ]
119
pull_request:
12-
branches: [ "main", "py3.11" ]
10+
branches: [ "main", "py3.[0-9]+" ]
1311

1412
jobs:
1513
pre-commit:

.github/workflows/rpython-unit-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ name: Rpython Unit Tests
1111

1212
on:
1313
push:
14-
branches: [ "main", "py3.11" ]
14+
branches: [ "main", "py3.[0-9]+" ]
1515
paths:
1616
- "rpython/**/*"
1717
- "pytest.py"
1818
- ".github/**/*"
1919
pull_request:
20-
branches: [ "main", "py3.11" ]
20+
branches: [ "main", "py3.[0-9]+" ]
2121
paths:
2222
- "rpython/**/*"
2323
- "pytest.py"

.github/workflows/translate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Translate PyPy
22

33
on:
44
push:
5-
branches: [ "main", "py3.11"]
5+
branches: [ "main", "py3.[0-9]+"]
66
pull_request:
7-
branches: [ "main", "py3.11"]
7+
branches: [ "main", "py3.[0-9]+"]
88
workflow_dispatch:
99

1010
permissions:

0 commit comments

Comments
 (0)