Skip to content

Commit 169929a

Browse files
committed
filter path for ci
1 parent 965f9be commit 169929a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ on:
77
- main
88
tags:
99
- '*'
10+
paths:
11+
# Only rebuild website when docs have changed
12+
- 'runtime/**'
13+
- 'dockerfiles/**'
14+
- 'docker-compose.*'
15+
- '.github/workflows/ci.yml'
16+
- '.isort.cfg'
17+
- '.mypy.ini'
18+
- 'ruff.toml'
19+
- '.pre-commit-config.yaml'
1020
pull_request:
1121

1222
jobs:

0 commit comments

Comments
 (0)