Skip to content

Commit b25c368

Browse files
committed
Update the test workflow
1 parent b682722 commit b25c368

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

.github/workflows/ci.yml

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,15 @@ name: CI
22

33
on:
44
push:
5+
paths:
6+
- ".github/workflows/ci.yml"
7+
- "sphinxarg/**"
8+
- "test/**"
59
pull_request:
10+
paths:
11+
- ".github/workflows/ci.yml"
12+
- "sphinxarg/**"
13+
- "test/**"
614
workflow_dispatch:
715

816
permissions:
@@ -23,9 +31,9 @@ jobs:
2331
fail-fast: false
2432
matrix:
2533
python-version:
26-
- '3.10'
27-
- '3.11'
28-
- '3.12'
34+
- "3.10"
35+
- "3.11"
36+
- "3.12"
2937

3038
steps:
3139
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)