diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 329c686c..dc8bd208 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,7 +1,7 @@ name: Python CI on: - [ push, workflow_dispatch ] + [ push, pull_request, workflow_dispatch ] jobs: build: @@ -11,22 +11,11 @@ jobs: matrix: os: - ubuntu-latest - python: [ 3.9, 3.13 ] + python: [ 3.7, 3.9, 3.13] splunk-version: - "8.1" - "8.2" - "latest" - include: - - os: ubuntu-22.04 - python: 3.7 - splunk-version: "8.1" - - os: ubuntu-22.04 - python: 3.7 - splunk-version: "8.2" - - os: ubuntu-22.04 - python: 3.7 - splunk-version: "latest" - fail-fast: false steps: