Skip to content

Commit 00eb9dd

Browse files
committed
fix: run Docker CI on config changes
Signed-off-by: Chris Gianelloni <[email protected]>
1 parent 2637dc1 commit 00eb9dd

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','bin','config','.github/workflows/ci-docker.yml']
6+
paths: ['Dockerfile','bin','config/**','.github/workflows/ci-docker.yml']
77

88
env:
99
REGISTRY: ghcr.io

0 commit comments

Comments
 (0)