Skip to content

Commit bd6177d

Browse files
authored
Merge pull request #67 from cloudstruct/ci/update-ci-docker-paths
ci: update paths for docker testing
2 parents 97e4adc + ff9b0f9 commit bd6177d

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)