Skip to content

Commit

Permalink
filter path for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentsarago committed Jul 18, 2023
1 parent 965f9be commit 169929a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ on:
- main
tags:
- '*'
paths:
# Only rebuild website when docs have changed
- 'runtime/**'
- 'dockerfiles/**'
- 'docker-compose.*'
- '.github/workflows/ci.yml'
- '.isort.cfg'
- '.mypy.ini'
- 'ruff.toml'
- '.pre-commit-config.yaml'
pull_request:

jobs:
Expand Down

0 comments on commit 169929a

Please sign in to comment.