File tree Expand file tree Collapse file tree 3 files changed +6
-8
lines changed
Expand file tree Collapse file tree 3 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 33
44name : pre-commit
55
6- # Controls when the action will run.
76on :
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
1412jobs :
1513 pre-commit :
Original file line number Diff line number Diff line change @@ -11,13 +11,13 @@ name: Rpython Unit Tests
1111
1212on :
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"
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ name: Translate PyPy
22
33on :
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
1010permissions :
You can’t perform that action at this time.
0 commit comments