diff --git a/.github/workflows/imagebuild-ghcr.yaml b/.github/workflows/imagebuild-ghcr.yaml index 97841ae..1070b7d 100644 --- a/.github/workflows/imagebuild-ghcr.yaml +++ b/.github/workflows/imagebuild-ghcr.yaml @@ -9,7 +9,7 @@ on: paths: - 'Dockerfile' - 'server.cnf' - - 'create.sh' + - 'scripts/**' jobs: image-build: diff --git a/.github/workflows/imagebuild.yaml b/.github/workflows/imagebuild.yaml index e57f35b..523c482 100644 --- a/.github/workflows/imagebuild.yaml +++ b/.github/workflows/imagebuild.yaml @@ -9,7 +9,7 @@ on: paths: - 'Dockerfile' - 'server.cnf' - - 'create.sh' + - 'scripts/**' jobs: image-build: