Skip to content

Commit ff9b0f9

Browse files
committed
ci: update paths for docker testing
Signed-off-by: Chris Gianelloni <[email protected]>
1 parent 9cdda7c commit ff9b0f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Docker CI
33
on:
44
pull_request:
55
branches: ['main']
6-
paths: ['Dockerfile','cmd','internal','go.*','.github/workflows/ci-docker.yml']
6+
paths: ['Dockerfile','cmd/**','docs/**','internal/**','go.*','.github/workflows/ci-docker.yml']
77

88
env:
99
REGISTRY: ghcr.io

0 commit comments

Comments
 (0)