tiny improvement on github action

This commit is contained in:
Bastian Venthur
2025-07-18 09:19:13 +02:00
parent ce0f9f6fa7
commit 9b11c67253

View File

@@ -1,12 +1,9 @@
name: CI/CD Pipeline
on:
- push
- pull_request
jobs:
test:
name: Test Python ${{ matrix.python-version }} on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy: