Skip to content

Commit fd51531

Browse files
committed
Fixed naming issue in test.yml.
1 parent 1fffc8b commit fd51531

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: tests
22

33
on:
4-
push:
5-
branches: [main]
64
pull_request:
75
branches: [main]
86

@@ -13,7 +11,7 @@ jobs:
1311
strategy:
1412
fail-fast: false
1513
matrix:
16-
os: [ubuntu-22.04, ubuntu24.04, macos-15-intel, macos-latest]
14+
os: [ubuntu-22.04, ubuntu-24.04, macos-15-intel, macos-latest]
1715
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
1816

1917
steps:

0 commit comments

Comments
 (0)