We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a30c19 commit 3b6d974Copy full SHA for 3b6d974
.github/workflows/test.yml
@@ -1,7 +1,7 @@
1
name: Python CI
2
3
on:
4
- [ push, workflow_dispatch ]
+ [ push, pull_request, workflow_dispatch ]
5
6
jobs:
7
build:
@@ -11,22 +11,11 @@ jobs:
11
matrix:
12
os:
13
- ubuntu-latest
14
- python: [ 3.9, 3.13 ]
+ python: [ 3.7, 3.9, 3.13]
15
splunk-version:
16
- "8.1"
17
- "8.2"
18
- "latest"
19
- include:
20
- - os: ubuntu-22.04
21
- python: 3.7
22
- splunk-version: "8.1"
23
24
25
- splunk-version: "8.2"
26
27
28
- splunk-version: "latest"
29
-
30
fail-fast: false
31
32
steps:
0 commit comments