Skip to content

Commit 6bf5819

Browse files
authored
Merge pull request #19 from cloudstruct/fix/ci-on-config
fix: run Docker CI on config changes
2 parents 6e26a14 + 00eb9dd commit 6bf5819

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)