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: on:
- push - push
- pull_request - pull_request
jobs: jobs:
test: test:
name: Test Python ${{ matrix.python-version }} on ${{ matrix.os }}
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
strategy: strategy: