Skip to content

Commit ccdb9bd

Browse files
committed
ci: exclude some paths
1 parent 9dc5fed commit ccdb9bd

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/tests.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ on:
77
push:
88
branches:
99
- main
10+
paths-ignore:
11+
- README.md
12+
- CHANGELOG.md
13+
- .gitignore
14+
- "examples/**"
15+
- "docker/**"
16+
- "images/**"
1017
pull_request:
1118
branches:
1219
- main
@@ -16,7 +23,8 @@ jobs:
1623
strategy:
1724
fail-fast: true
1825
matrix:
19-
python-version: ["3.7", "3.8", "3.9"]
26+
# python-version: ["3.7", "3.8", "3.9"]
27+
python-version: ["3.7"]
2028
os: [ubuntu-latest]
2129
runs-on: ${{ matrix.os }}
2230
steps:

0 commit comments

Comments
 (0)