Skip to content

Commit 13a6107

Browse files
committed
ci: optimize docker workflow with path filters
1 parent 5df2bfe commit 13a6107

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/docker-publish.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ name: Build and Push Docker Image
33
on:
44
push:
55
branches: [ "master" ]
6+
paths-ignore:
7+
- '**.md'
8+
- 'docs/**'
9+
- '.gitignore'
10+
- '.dockerignore'
11+
- 'litefs.yml'
612

713
env:
814
REGISTRY: ghcr.io

0 commit comments

Comments
 (0)