Skip to content

Commit

Permalink
ci: run Docker tests only when the Dockerfiles are modified
Browse files Browse the repository at this point in the history
  • Loading branch information
fguillot committed Dec 26, 2024
1 parent 3466e9e commit b87c547
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
- '[0-9]+.[0-9]+.[0-9]+'
pull_request:
branches: [ main ]
paths:
- 'packaging/docker/**'
jobs:
docker-images:
name: Docker Images
Expand Down

0 comments on commit b87c547

Please sign in to comment.