Skip to content

Commit 1b45bab

Browse files
committed
ci: drop main tests on main
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
1 parent 4ed3f49 commit 1b45bab

File tree

1 file changed

+6
-11
lines changed

1 file changed

+6
-11
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,6 @@ on:
88
- synchronize
99
- reopened
1010
- ready_for_review
11-
push:
12-
branches:
13-
- master
14-
- stable
15-
- v*
1611

1712
permissions: read-all
1813

@@ -175,22 +170,22 @@ jobs:
175170
matrix:
176171
include:
177172
- runs-on: ubuntu-latest
178-
python: '3.9'
173+
python-version: '3.9'
179174
- runs-on: macos-latest
180-
python: '3.12'
175+
python-version: '3.12'
181176
- runs-on: windows-latest
182-
python: '3.11'
177+
python-version: '3.11'
183178

184-
name: "🐍 ${{ matrix.python }} • ${{ matrix.runs-on }} • x64 inplace C++14"
179+
name: "🐍 ${{ matrix.python-version }} • ${{ matrix.runs-on }} • x64 inplace C++14"
185180
runs-on: ${{ matrix.runs-on }}
186181

187182
steps:
188183
- uses: actions/checkout@v4
189184

190-
- name: Setup Python ${{ matrix.python }}
185+
- name: Setup Python ${{ matrix.python-version }}
191186
uses: actions/setup-python@v5
192187
with:
193-
python-version: ${{ matrix.python }}
188+
python-version: ${{ matrix.python-version }}
194189
allow-prereleases: true
195190

196191
- name: Install uv

0 commit comments

Comments
 (0)