We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b682722 commit b25c368Copy full SHA for b25c368
.github/workflows/ci.yml
@@ -2,7 +2,15 @@ name: CI
2
3
on:
4
push:
5
+ paths:
6
+ - ".github/workflows/ci.yml"
7
+ - "sphinxarg/**"
8
+ - "test/**"
9
pull_request:
10
11
12
13
14
workflow_dispatch:
15
16
permissions:
@@ -23,9 +31,9 @@ jobs:
23
31
fail-fast: false
24
32
matrix:
25
33
python-version:
26
- - '3.10'
27
- - '3.11'
28
- - '3.12'
34
+ - "3.10"
35
+ - "3.11"
36
+ - "3.12"
29
37
30
38
steps:
39
- uses: actions/checkout@v4
0 commit comments